/*
* hjpv css
* Copyright 2016, Jason Weeks
* www.argentio.com
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Core style
*/

/* Core style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Lato", "Open Sans", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0E1621;
  background-color: rgba(75,131,203,0.25);
}
