/*  ======================================================
    fonts.css  –  Inter v19 & Barlow v12 (gewichten 400-900)
    GEFIXED: Absolute paden via WordPress theme URL
    ====================================================== */

/* ----------  Barlow v12  ---------- */
@font-face {
    font-family: "Barlow";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-400.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-500.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-600.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-600.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-700.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-800.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-800.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Barlow";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-900.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/barlow-v12-latin-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ----------  Inter v19  ---------- */
@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-400.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-500.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-600.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-600.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-700.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-800.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-800.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-900.woff2") format("woff2"),
         url("/wp-content/themes/voetbaloptv-child/fonts/inter-v19-latin-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}