@font-face {
    font-family: 'Cairo';
    src: url('/nkprousers/assets/fonts/Cairo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Somar';
    src: url('../fonts/Somar-Regular.woff2') format('woff2');
    font-weight: 400; /* الوزن العادي */
    font-style: normal;
    font-display: swap; /* تضمن ظهور نص بديل لحين تحميل الخط بالكامل لتسريع الموقع */
}

