/**
 * Self-hosted Bengali + Latin fallback stack (avoids render-blocking Google Fonts).
 */
@font-face {
    font-family: 'Hind Siliguri';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/HindSiliguri-Regular.ttf') format('truetype');
}

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

.font-storefront,
.font-display {
    font-family: 'Hind Siliguri', 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
