
/* -----------------------------------------------------------
    Load fonts
----------------------------------------------------------- */

    @import url(https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,600,600i&display=swap);
    @import url(/lib/webfonts/lato/lato_webfont.css);


    /* -----------------------------------------------------------
    Global Styles
----------------------------------------------------------- */

    html {
        font-size: 13px;
    }
    body {
        font-family: 'Lato', Sans Serif;
        font-weight: 200;
        color: #464646;
        font-size: 13px;
        line-height: 1.8em;
    }
    ul {
        line-height: 1.7em;
    }
    a,
    a:visited,
    a:hover,
    .link_color,
    .link_color:hover {
        color: #555454;
    }
    strong {
        font-weight: bold;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'EB Garamond', "Times New Roman", Times, Serif;
        text-transform: uppercase;
        font-weight: 200;
        color: #6b776c;
        letter-spacing: 3px;
        margin: 0 0 15px;
    }
    h1 a,h1 a:visited,
    h2 a, h2 a:visited,
    h3 a, h3 a:visited,
    h4 a, h4 a:visited,
    h5 a, h5 a:visited,
    h6 a, h6 a:visited {
        color: #6b776c;
        text-decoration: none;
    }
    h1 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 4px;
        margin: 0 0 50px;
    }
    h2 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    h3 {
        font-size: 17px;
        letter-spacing: 3px;
    }
    h4 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    h5 {
        font-size: 15px;
        letter-spacing: 3px;
    }
    h6 {
        font-size: 14px;
        letter-spacing: 3px;
    }
    input,
    select,
    textarea {
        font-family: 'Lato', Sans Serif;
        font-weight: 200;
        color: #464646;
        font-size: 13px;
    }

