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

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

/* Roboto (body only) */
@font-face {
    font-family: 'Roboto';
    src: url('./Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}