/* SeiyunMall brand typography — Cairo (OFL), self-hosted */
@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/cairo/Cairo-Regular.woff2") format("woff2");
}

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

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/cairo/Cairo-SemiBold.woff2") format("woff2");
}

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

@font-face {
    font-display: swap;
    font-family: Cairo;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/cairo/Cairo-ExtraBold.woff2") format("woff2");
}

:root {
    --bs-body-font-family: Cairo, Nunito, system-ui, sans-serif;
    --brand-primary: #0F3D3B;
    --brand-gold: #CFA455;
    --brand-teal-light: #1FA39A;
    --brand-sand: #E8D8B0;
    --brand-cream: #F7F3E8;
    --brand-charcoal: #1B1B1B;
}

html,
body,
button,
input,
select,
textarea {
    font-family: Cairo, Nunito, system-ui, sans-serif !important;
}
