/* Reset */
@import "html5doctor-reset.css";

/* Import styles from article page */
@import "homepage-articlepage_imports.css";

/* Fonts */
/* Miller and Franklin Gothic */
@import url("https://use.typekit.net/whf8gkh.css");
/* Harriet test fonts */
@import "fonts-harriet.css";

/* Add the new CSS for the homepage */
/* NOTE: For jekyll dev purposes the main css code should be @import'ed rather
than directly <link>'ed in the header. <link>'ed CSS files are very slow to edit
with Chrome's devtools due to some kind of resource mapping bug. @import'ing
the CSS file seems to avoid the bug (or maybe prevent resource mapping) */
@import "homepage.css?v=10";
