@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'montserrat';
    src: url('Montserrat-Regular.eot');
    src: url('Montserrat-Regular.eot') format('embedded-opentype'),
         url('Montserrat-Regular.woff') format('woff'),
         url('Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open-sans';
    src: url('OpenSans-Light.eot');
    src: url('OpenSans-Light.eot') format('embedded-opentype'),
         url('OpenSans-Light.woff') format('woff'),
         url('OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}