@font-face {
	font-family: 'BioRhyme';
	font-style: normal;
	font-display: swap;
	font-weight: 200;
	src:
	local('BioRhyme ExtraLight'),
	local('BioRhyme-ExtraLight'),
	url('fonts/biorhyme-latin-200-normal.woff2') format('woff2'),
	url('fonts/biorhyme-latin-200-normal.woff') format('woff'),
	url('fonts/BioRhyme-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto Mono';
	font-display: swap;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('fonts/roboto-mono-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-mono-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-mono-v12-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

html, body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a { color: #fff146 !important; }
a:hover { color: #ec9c04 !important; }
strong { color: inherit; }
code, kbd, pre, samp { font-family: 'Roboto Mono', monospace; }
code, pre {background:#181a1b; color:#12ce5c;}
.footnotes {font-size: smaller;}
.footnotes hr {background: inherit;}

.title, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: 'BioRhyme';
	color: #b5b5b5;
	font-weight: 600;
}

.content ul {
	list-style: none;
}

.pagination-previous, .pagination-next {
	border: none;
	padding: 0;
}

.day {
	font-family: 'BioRhyme';
	line-height: 0.36em;
}

.month, .year { font-size: 0.8em; }
.month { padding-bottom: 0}
