@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'Montserrat Hairline';
    src: url(Montserrat-hairline.otf);
    font-weight: hairline;
}
@font-face {
    font-family: 'Montserrat Extra Light';
    src: url(Montserrat-ExtraLight.otf);
    font-weight: lighter;
}
@font-face {
    font-family: 'Montserrat Light';
    src: url(Montserrat-light.otf);
    font-weight: light;
}
@font-face {
    font-family: 'Montserrat Regular';
    src:url(Montserrat-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: 'Montserrat Bold';
    src:url(Montserrat-Bold.otf);
    font-weight: bold;
}
@font-face {
    font-family: 'Montserrat Black';
    src:url(Montserrat-Black.otf);
    font-weight: Black;
}