/* Montserrat */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: url(../font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    src: url(../font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(../font/Montserrat-Black.ttf);
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url(../font/Montserrat-Thin.ttf);
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(../font/Montserrat-Light.ttf);
}

/* Roboto */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url(../font/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: normal;
    src: url(../font/Roboto-Italic.ttf);
}
