/* ==========================================================================
   @font-face declarations — Poppins & Overpass
   Loaded from child theme assets/fonts/ directory
   ========================================================================== */

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

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

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

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

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

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