@font-face {
    font-family: 'Montserrat';
    font-weight: 100 900;
    src: url('../fonts/montserrat-variable.woff2') format('woff2-variations');
    font-display: swap;
    font-style: normal;
}

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

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

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