@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-display: swap;
    /* font-weight: normal;
    font-style: normal; */
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-display: swap;
    /* font-weight: normal;
    font-style: normal; */
}

@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}