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

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

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

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