/* Local Cairo font faces (use local files in assets/fonts/) */
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-ExtraLight.woff2') format('woff2'), url('../fonts/Cairo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Light.woff2') format('woff2'), url('../fonts/Cairo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.woff2') format('woff2'), url('../fonts/Cairo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Medium.woff2') format('woff2'), url('../fonts/Cairo-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Fallback family alias for consistency */
.cairo { font-family: 'Cairo', Arial, Tahoma, sans-serif; }
