﻿@font-face {
    font-family: 'Oswald';
    src: url('../web-fonts/oswald/oswald-regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../web-fonts/poppins/poppins-regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../web-fonts/montserrat/montserrat-regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}