﻿/* تعريف الخطوط */
@font-face {
    font-family: 'Alexandria';
    src: url('/fonts/Alexandria/Alexandria-Regular.woff2') format('woff2'), 
        url('/fonts/Alexandria/Alexandria-Regular.woff') format('woff'), 
        url('/fonts/Alexandria/Alexandria-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Alexandria';
    src: url('/fonts/Alexandria/Alexandria-Bold.woff2') format('woff2'), url('/fonts/Alexandria/Alexandria-Bold.woff') format('woff'), url('/fonts/Alexandria/Alexandria-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* تطبيق الخط على كامل الموقع */
body, h1, h2, h3, h4, h5, h6, p, span, a, li, div, input, textarea, button, select {
    font-family: 'Alexandria', sans-serif !important;
}
