@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;700&family=Outfit:wght@300;400;500;700&display=swap');

:root {
    --font-arabic: 'Alexandria', sans-serif;
    --font-english: 'Outfit', sans-serif;
}

body,
.fi-body {
    font-family: var(--font-arabic) !important;
}

/* Specific English/Number fields if needed */
.en-font,
[lang="en"],
.fi-nav-item-label,
.fi-ta-text-item-label {
    /* Selective English font application if desired, but Alexandria works well for both */
}

/* Filament specific overrides to ensure the font is applied everywhere */
.fi-header-heading,
.fi-ta-header-title,
.fi-section-header-heading,
.fi-fieldset-legend,
.fi-fo-field-label,
.fi-ta-text,
.fi-ta-cell {
    font-family: var(--font-arabic) !important;
}