/* Hard-coded local Poppins font */
@font-face {
    font-family: 'Poppins';
    src: url('poppins-e215b6a9.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Apply Poppins globally */
body, h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'Poppins', sans-serif !important;
}
