@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.daily-card, .link-content, .link-header, .link-url, .link-date {
    font-family: "Noto Sans", sans-serif !important;
}

.link-tag a {
	color: white !important;
	background-color: #F37E21 !important;
	text-transform: uppercase !important;
}

.link-date {
	font-size: .8rem !important;
} 
.daily-header, .daily-header h1, .daily-title {
	font-family: "Orbitron", sans-serif !important;
}

.daily-item-header {
	background-color: #F37E21 !important;
	color: white !important;
	font-weight: 600;
}
.dark-toolbar .header-main {
	background-color: #2196f3 !important;
} 
.subheader, .subheader.is-dark {
	background-color: #1976d2 !important;
} 
