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

@font-face {
    font-family: 'Roboto Regular';
    src: url('roboto/roboto-regular.woff2') format('woff2'),
        url('roboto/roboto-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto Medium';
    src: url('roboto/roboto-medium.woff2') format('woff2'),
        url('roboto/roboto-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('roboto/roboto-bold.woff2') format('woff2'),
        url('roboto/roboto-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}