/*------------------------------------
Core
------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    font-weight: 400;
    font-size: 1.8rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.6;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}

::-moz-selection {
    color: #fff;
    background-color: #01A3DF;
} 
::selection {
    color: #fff;
    background-color: #01A3DF;
}