/*
==========================================================================
   Globals & Mixins
   ========================================================================== */

/* ==========================================================================
   #FONTS
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic,900,900italic,300,300italic);


/* ==========================================================================
   #STORY-PAGE-STYLES
   ========================================================================== */
  /* 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).
  Another thing to note is that the @import'ed stylesheet shouldn't itself contain
  any @import declarations, otherwise you end up with yet another devtools bug
  shitstorm and a headache the size of mother russia. */
@import "article-2019.css?v=6";
