/* Cairo Font — Local (Offline-Safe) */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 300;
    src: local('Cairo Light'), url('cairo-400.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: local('Cairo'), url('cairo-400.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    src: local('Cairo Medium'), url('cairo-500.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    src: local('Cairo SemiBold'), url('cairo-500.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: local('Cairo Bold'), url('cairo-700.ttf') format('truetype');
    font-display: swap;
}
