/* Anjhay Font Face */
@font-face {
    font-family: 'Anjhay';
    src: url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
    font-display: swap;
}

/* Fallback for Anjhay using Poppins from Google Fonts */
.anjhay-font,
h1, h2, h3, h4, h5, h6,
.hero-title,
.brand-text,
.section-header h2 {
    font-family: 'Poppins', 'Anjhay', sans-serif;
    font-weight: 600;
}

/* Font weight variations */
.anjhay-light {
    font-family: 'Poppins', 'Anjhay', sans-serif;
    font-weight: 300;
}

.anjhay-regular {
    font-family: 'Poppins', 'Anjhay', sans-serif;
    font-weight: 400;
}

.anjhay-semibold {
    font-family: 'Poppins', 'Anjhay', sans-serif;
    font-weight: 600;
}

.anjhay-bold {
    font-family: 'Poppins', 'Anjhay', sans-serif;
    font-weight: 700;
}

/* Preload critical font */
@media (max-width: 768px) {
    h1, h2 {
        font-weight: 700;
    }
}
