/* Static copy from https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap */
@font-face {
	font-family: 'heading';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(libertinus-sans-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'body';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(libertinus-sans-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	font-family: 'body', 'Tahoma', 'sans-serif';
	font-size: 14pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'heading', 'Tahoma', 'sans-serif';
	color: #9a1a4b;
}

h1 {
	font-size: 4em;
}
.detail>h1 {
	font-size: 2em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2.5em;
}

h3 {
	font-size: 2.25em;
}

h4 {
	font-size: 2em;
}

h5 {
	font-size: 1.75em;
}

h6 {
	font-size: 1.5em;
}
