<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family:"EncodeSans-Regular";
	src:url( "../font/EncodeSans-Regular.ttf" );
}

/* html is set to 62.5% so that all the REM measurements are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
	font-size:62.5%;
}
body {
	font-family:"EncodeSans-Regular";
	font-size:1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height:1.6;
	font-weight:400;
}
/*h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}*/
/*h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }*/
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
h1 {
	margin:0;
	font-size:3rem;
	font-weight:600;
	line-height:1.25;
}
h2 {
	margin:0;
	font-size:2rem;
	font-weight:400;
	line-height:1.25;
}
h3 {
	margin:0;
	font-size:1rem;
	font-weight:200;
	line-height:2;
}
a {
	text-decoration:none;
}

/*

index

*/

header.index-header,
header.index-header input {
	font-size:2rem;
	font-weight:400;
	line-height: 1.35;
}
footer.index-footer a {
	font-size:1.6rem;
	font-weight:200;
}

/*

search

*/

header.search-header input,
header.search-header button {
	font-size:2.4rem;
	font-weight:400;
}

/*

attachment

*/

footer.attachment-footer {
	font-size:2.4rem;
}</pre></body></html>