@import url(https://fonts.googleapis.com/css?family=Exo+2:400,400italic);


/* Basics */
html, body {
    font-size: 5pt;
    margin: 0 auto; 
    font-family: "Exo 2";
    color: #444;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
}

h2 { 
font-size: 5pt;
}