@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../ttf/montserrat-regular-2.ttf');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../otf/montserrat-light.otf');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../otf/montserrat-semibold.otf');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../otf/montserrat-extralight.otf');
}

@font-face {
    font-family: 'Nunito';
    src: url('../ttf/nunito-variablefont_wght.ttf');
}
