@font-face {
    font-family: 'Mont';
    src: url('Mont-Thin.otf');
    font-weight: 100;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-Book.otf');
    font-weight: 500;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-SemiBold.otf');
    font-weight: 600;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-Heavy.otf');
    font-weight: 800;
}
@font-face {
    font-family: 'Mont';
    src: url('Mont-Black.otf');
    font-weight: 900;
}