/* ─── Graphik Arabic — brand font ──────────────────────────────────────────
   Self-hosted @font-face stylesheet (the single source loaded by Filament via
   LocalFontProvider, and reusable anywhere). woff2 is preferred where available
   for size, with otf/ttf as a fallback. Paths are absolute from the web root. */

@font-face {
    font-family: "Graphik Arabic";
    src: url("/marketing/fonts/GraphikArabic-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/marketing/fonts/GraphikArabic-ExtraLight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/marketing/fonts/GraphikArabic-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src:
        url("/marketing/fonts/GraphikArabic-Regular.woff2") format("woff2"),
        url("/marketing/fonts/GraphikArabic-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src:
        url("/marketing/fonts/GraphikArabic-Medium.woff2") format("woff2"),
        url("/marketing/fonts/GraphikArabic-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src:
        url("/marketing/fonts/GraphikArabic-SemiBold.woff2") format("woff2"),
        url("/marketing/fonts/GraphikArabic-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src:
        url("/marketing/fonts/GraphikArabic-Bold.woff2") format("woff2"),
        url("/marketing/fonts/GraphikArabic-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src:
        url("/marketing/fonts/GraphikArabic-Black.woff2") format("woff2"),
        url("/marketing/fonts/GraphikArabic-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("/marketing/fonts/GraphikArabic-Super.otf") format("opentype");
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}
