@font-face {
    font-family: 'roboto';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-light-webfont.woff2') format('woff2'),
         url('roboto-light-webfont.woff') format('woff'),
         url('roboto-light-webfont.ttf') format('truetype'),
         url('roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_medium';
    src: url('roboto-medium-webfont.eot');
    src: url('roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-medium-webfont.woff2') format('woff2'),
         url('roboto-medium-webfont.woff') format('woff'),
         url('roboto-medium-webfont.ttf') format('truetype'),
         url('roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------------------------------------------
        Typography
----------------------------------------------------------------------------- */

body, p, a, li, ul, ol { font-family: 'roboto', Verdana, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1.6; font-weight: 300; }
strong { font-family: 'roboto_medium', Verdana, Arial, Helvetica, sans-serif;  font-weight: 500; }
