/* hammersmith-one-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../Fonts/Montserrat-VariableFont_wght.ttf') format('truetype');

}

body {
    font-family: 'Montserrat', Tahoma, sans-serif;
}


.montserrat-semibold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
}
