/* Typography and Base Styles */

body, html {
    font-size: 10px;
    font-family: BlinkMacSystemFont, -apple-system, Lato, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
}

body {
    font-size: 1.4rem;
    background-size: cover;
}
