@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Custom fonts for Arabic and English */
html[lang="ar"] {
    font-family: "Alexandria", sans-serif;
}
