﻿body {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #fff;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    color: #181818;
    font-weight: 700;
    margin-bottom: .5rem;
}

p {
    margin-bottom: 1.2em;
    color: #444;
}
