﻿@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

/* --- Global font override --- */
* {
    font-family: 'Cairo', sans-serif !important;
}

/* --- Common tags to double-reinforce Cairo --- */
body, html, p, a, span, h1, h2, h3, h4, h5, h6,
input, button, label, .ms-core-defaultFont, .ms-rteFontFace-1 {
    font-family: 'Cairo', sans-serif !important;
}

/* --- Block DIN Light Regular font --- */
@font-face {
    font-family: 'DIN Light Regular';
    src: none !important;
}

/* --- Block Neo Sans Arabic font --- */
@font-face {
    font-family: 'Neo Sans Arabic';
    src: none !important;
}

/* --- Override specific usage of Neo Sans Arabic --- */
body[dir="rtl"],
html[lang="ar"],
*:lang(ar),
*:lang(ar-SA) {
    font-family: 'Cairo', sans-serif !important;
}
