:root {
	--we-color: #9D0620;
}

@font-face {
	font-family: "Hanken Grotesk";
	src: url("f/HankenGrotesk-Light.ttf");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Hanken Grotesk";
	src: url("f/HankenGrotesk-LightItalic.ttf");
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: "Hanken Grotesk";
	src: url("f/HankenGrotesk-Medium.ttf");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Hanken Grotesk";
	src: url("f/HankenGrotesk-SemiBold.ttf"); 
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Saira";
	src: url("f/Saira-Medium.ttf");
	font-style: normal;
	font-weight: 500;
}

html {
	font-size: 16px;
}

body {
	margin: 0 0 2rem 0;
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 300;
}

div#header {
	background-color: var(--we-color);
	margin-top: 0;
	padding: 0.8rem 2rem 0.8rem 2rem;
	position: sticky;
	top: 0;
	text-align: center;
}

div#content {
	padding: 0rem 2rem 2rem 2rem;
	max-width: 80em;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 1.8rem;
	font-family: "Saira", sans-serif;
	font-weight: 500;
}

h3 {
	font-size: 1.5rem;
	font-family: "Saira", sans-serif;
	font-weight: 500;
}

details {
	margin-bottom: 0.4rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #C0C0C0;
	line-height: 140%;
}

summary {
	font-weight: 600;
	font-size: 1.15rem;
}

span.b {
	font-weight: 500;
}

span.tpd {
	display: block;
	font-weight: 300;
	font-size: 1rem;
	margin-top: 0.2rem;
}

span.tz {
	color: #808080;
	text-decoration: line-through;
}

span.tzz {
	color: var(--we-color);
}

@media all and (max-width: 1024px) {
	html {
		font-size: 15px;
	}
}

@media all and (max-width: 800px) {
	html {
		font-size: 14px;
	}
}

@media all and (max-width: 640px) {
	html {
		font-size: 13px;
	}
}


