@font-face {
    font-family: 'Oswald';
    font-weight: 700;
    src: url('../fonts/oswald-bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('../fonts/poppins-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url('../fonts/poppins-semibold.woff2') format('woff2');
    font-display: swap;
}