/* Font Override - Clean Sans-Serif for Headers */

h1, h2, h3, h4, h5, h6,
.font-serif {
    font-family: 'Avenir Next', 'Avenir', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

/* Ensure body uses clean sans-serif */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

