/* Al Shaheen 360 — Platform typography */

@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/al-shaheen/Alexandria-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/al-shaheen/century-gothic/CenturyGothicPaneuropeanRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/al-shaheen/century-gothic/CenturyGothicPaneuropeanBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/al-shaheen/century-gothic/CenturyGothicPaneuropeanItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/al-shaheen/century-gothic/CenturyGothicPaneuropeanBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --as-font-en: 'Alexandria', ui-sans-serif, system-ui, sans-serif;
    --as-font-ar: 'Alexandria', 'Century Gothic', ui-sans-serif, sans-serif;
}

html,
body,
.fi-body {
    font-family: var(--as-font-en);
}

html[lang='ar'] body,
html[lang='ar'] .fi-body,
[dir='rtl'],
[dir='rtl'] body {
    font-family: var(--as-font-ar);
}

.as-font-en {
    font-family: var(--as-font-en) !important;
}

.as-font-ar {
    font-family: var(--as-font-ar) !important;
}
