/* =============================================
   H.A.I.R — Self-hosted Fonts (@font-face)
   All fonts stored in /assets/fonts/
   ============================================= */

/* === Marcellus (Heading — default) === */
@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/marcellus/marcellus-400.woff2') format('woff2');
}

/* === Lato (Body — default) === */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../assets/fonts/lato/lato-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/lato/lato-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/lato/lato-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../assets/fonts/lato/lato-900.woff2') format('woff2');
}

/* === Amaranth (Heading — Medikhair) === */
@font-face {
    font-family: 'Amaranth';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/amaranth/amaranth-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Amaranth';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/amaranth/amaranth-700.woff2') format('woff2');
}

/* === Sofia Sans (Body — Medikhair) === */
@font-face {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../assets/fonts/sofia-sans/sofia-sans-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/sofia-sans/sofia-sans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/sofia-sans/sofia-sans-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/sofia-sans/sofia-sans-700.woff2') format('woff2');
}

/* === Dancing Script (Accent — Medikhair) === */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/dancing-script/dancing-script-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/dancing-script/dancing-script-700.woff2') format('woff2');
}

/* === Inter (All weights — Demo Klinik) === */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../assets/fonts/inter/inter-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/inter/inter-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/inter/inter-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../assets/fonts/inter/inter-700.woff2') format('woff2');
}
