/* Sample

@font-face {
    font-family: '';
    src: url('../fonts/.eot');
    src: url('../fonts/.eot') format('embedded-opentype'),
         url('../fonts/.woff2') format('woff2'),
         url('../fonts/.woff') format('woff'),
         url('../fonts/.ttf') format('truetype'),
         url('../fonts/.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

font-family: 'Open Sans Condensed', sans-serif;

*/

@font-face {
    font-family: 'Mont Light';
    src: url('../fonts/Mont-Light.eot');
    src: url('../fonts/Mont-Light.eot') format('embedded-opentype'),
    url('../fonts/Mont-Light.woff2') format('woff2'),
    url('../fonts/Mont-Light.woff') format('woff'),
    url('../fonts/Mont-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont Regular';
    src: url('../fonts/Mont-Regular.eot');
    src: url('../fonts/Mont-Regular.eot') format('embedded-opentype'),
    url('../fonts/Mont-Regular.woff2') format('woff2'),
    url('../fonts/Mont-Regular.woff') format('woff'),
    url('../fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont Bold';
    src: url('../fonts/Mont-Bold.eot');
    src: url('../fonts/Mont-Bold.eot') format('embedded-opentype'),
    url('../fonts/Mont-Bold.woff2') format('woff2'),
    url('../fonts/Mont-Bold.woff') format('woff'),
    url('../fonts/Mont-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Mont Regular', sans-serif;
    font-weight: normal;
    line-height: normal;
}

strong {
    font-family: 'Mont Bold', sans-serif;
}

em {

}