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

@font-face {
    font-family: 'Louis Bold';
    src: url('../fonts/louisbold-webfont.eot');
    src: url('../fonts/louisbold-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/louisbold-webfont.woff2') format('woff2'), 
         url('../fonts/louisbold-webfont.woff') format('woff'), 
         url('../fonts/louisbold-webfont.ttf') format('truetype'), 
         url('../fonts/louisbold-webfont.svg#louis_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Louis', Arial, Helvetica, sans-serif;
}

