
/*****      TYPOGRAPGY    *****/

*{
    font-family: Arial, Verdana, Tahoma;
    font-size:13px;
    letter-spacing: normal;
    font-weight:normal;
    color:#333;
    outline:medium none;
    text-align:left;
    line-height:19px;
    text-decoration:none;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'humanist';
    src: url('/static/fonts/h_hulb-webfont.eot');
    src: url('/static/fonts/h_hulb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/h_hulb-webfont.woff2') format('woff2'),
         url('/static/fonts/h_hulb-webfont.woff') format('woff'),
         url('/static/fonts/h_hulb-webfont.ttf') format('truetype'),
         url('/static/fonts/h_hulb-webfont.svg#h_humanist_777_lt_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.humanist {font-family:"humanist";}


/*
h1 {font-size:60px; line-height:62px;}
h2 {font-size:40px; line-height:42px;}
h3 {font-size:35px; line-height:37px;}
h4 {font-size:18px; line-height:20px;}
h5 {font-size:16px; line-height:18px;}
h6 {font-size:14px; line-height:16px;}
*/



