@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("woff2/Montserrat-Regular.woff2") format("woff2"),
        url("ttf/Montserrat-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("woff2/Montserrat-Medium.woff2") format("woff2"),
        url("ttf/Montserrat-Medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url("woff2/Montserrat-SemiBold.woff2") format("woff2"),
        url("ttf/Montserrat-SemiBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("woff2/Montserrat-Bold.woff2") format("woff2"),
        url("ttf/Montserrat-Bold.ttf") format("truetype");
    font-display: swap;
}