/* ── Cairo Light (300) ── */
@font-face {
    font-family: 'Cairo';
    src: url('cairo-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ── Cairo Regular (400) ── */
@font-face {
    font-family: 'Cairo';
    src: url('cairo-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ── Cairo Medium (500) ── */
@font-face {
    font-family: 'Cairo';
    src: url('cairo-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ── Cairo Bold (700) ── */
@font-face {
    font-family: 'Cairo';
    src: url('cairo-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
