@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-Black.otf") format("opentype");
    font-weight: 900;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-ExtraBold.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-Bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-SemiBold.otf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-Medium.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-Light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-ExtraLight.otf") format("opentype");
    font-weight: 200;
}

@font-face {
    font-family: MontserratArm;
    src: url("../font/Montserratarm-Thin.otf") format("opentype");
    font-weight: 100;
}