/* ============================
   Jokker – Light (300)
============================ */
@font-face {
    font-family: "Jokker";
    src: url("Jokker-Light.woff2") format("woff2"),
        url("Jokker-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ============================
   Jokker – Regular (400)
============================ */
@font-face {
    font-family: "Jokker";
    src: url("Jokker-Regular.woff2") format("woff2"),
        url("Jokker-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ============================
   Jokker – Medium (500)
============================ */
@font-face {
    font-family: "Jokker";
    src: url("Jokker-Medium.woff2") format("woff2"),
        url("Jokker-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ============================
   Jokker – Semibold (600)
============================ */
@font-face {
    font-family: "Jokker";
    src: url("Jokker-Semibold.woff2") format("woff2"),
        url("Jokker-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}