/**
 * Modern Typography System
 * Clean, balanced hierarchy with custom fonts
 */

/* === ZILLA SLAB - HEADINGS === */

/* ZillaSlab Bold - H1 */
@font-face {
    font-family: 'ZillaSlab';
    src: url('../fonts/ZillaSlab-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ZillaSlab Medium - H2-H6 */
@font-face {
    font-family: 'ZillaSlab';
    src: url('../fonts/ZillaSlab-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* === MULI - BODY TEXT === */

/* Muli Regular - Body and Small Text */
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* === COMFORTER BRUSH - SPECIAL ACCENT === */

/* ComforterBrush Regular - Special highlights and accents */
@font-face {
    font-family: 'ComforterBrush';
    src: url('../fonts/ComforterBrush-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* === FALLBACK FONTS === */
/* System font fallbacks for reliability */
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;700&family=Mulish:wght@400;500;600&display=swap');