/**
 * License info can be found at /fonts/LICENSE.txt
 */

@font-face {
    font-family: 'Sansation';
    src: url('/fonts/Sansation-Regular-webfont.eot');
    src: url('/fonts/Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Sansation-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**
 * License info can be found at /fonts/OFL.txt
 */
@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

