@charset "utf-8";

/* --------- ALL */
@import url(reset.css) all;


/* --------- SCREEN */
@import url(layout.css) screen;
@import url(nav.css) screen;
@import url(screen.css) screen;


/* --------- HANDHELD */
@import url(mobile.css) only screen and (max-width:640px);


/* --------- PRINT */
@import url(print.css) print;


/* not bothering with white... yet */
:root {
  --PAred:		#B22335;
  --PAblue:		#3D3B6E;
  --PAlightbg:		#eee;
  --PAcontent-width:	1200px;
  --font-heading:	Oswald,sans-serif;
  --font-text:		Merriweather, Georgia, serif;
  --font-nav:		'Open Sans', sans-serif;
}

