@import url('/fonts/fonts.css');

body {
	font-family: 'TeX Gyre Heros', Helvetica, sans-serif !important;
}
body button {
	font-family: 'TeX Gyre Heros', Helvetica, sans-serif !important;
}

.about {
	text-align: center;
	font-family: 'TeX Gyre Cursor', Courier, monospace;
	font-size: 1.5rem;
	color: #268bd2;
	text-shadow: 0px 0px 3px #268bd2;
	letter-spacing: -0.3px;
}

.shadowrun {
	font-family: Fremont, 'TeX Gyre Heros', Helvetica, sans-serif !important;
}
.shadowrun button {
	font-family: Fremont, 'TeX Gyre Heros', Helvetica, sans-serif !important;
	font-size: 1rem;
}

.tales {
	font-family: 'TeX Gyre Pagella', Palatino, 'TeX Gyre Termes', Times, serif !important;
	font-size: 18px !important;
	text-align: justify;
	text-indent: 1rem;
	line-height: 1.3;
}
.tales p {
	margin-bottom: 0.35rem;
}
