@font-face {
    font-family: 'bold';
    src: url('../fonts/Montserratarm-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat arm';
    src: url('../fonts/Montserratarm-ExtraBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/Montserratarm-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat arm';
    src: url('../fonts/Montserratarm-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat arm';
    src: url('../fonts/Montserratarm-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/Montserratarm-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'light';
    src: url('../fonts/Montserratarm-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat arm';
    src: url('../fonts/Montserratarm-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat arm';
    src: url('../fonts/Montserratarm-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


body {
    font-size: 12px;
    line-height: 22px;
    font-family: 'light', sans-serif;
}