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

@font-face {
    font-family: 'Montserrat';
    src: url('montserrat-medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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