/*!
 * Kumbh Sans Font - Self-Hosted Variable Font
 * Performance: Eliminates external Google Fonts request
 * 
 * Variable Font: Contains all weights (100-900) in a single file (116KB)
 * Much more efficient than loading multiple weight-specific files
 * 
 * Benefits vs Google Fonts:
 * - No external DNS lookup
 * - No external HTTP request
 * - Better caching control
 * - GDPR compliant (no data to Google)
 */

@font-face {
  font-family: 'Kumbh Sans';
  src: url('../fonts/KumbhSans-VariableFont.ttf') format('truetype-variations');
  font-weight: 100 900; /* Variable font supports all weights */
  font-style: normal;
  font-display: swap; /* Prevents invisible text during load */
}

/* Fallback for older browsers that don't support variable fonts */
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: 'Kumbh Sans';
    src: url('../fonts/KumbhSans-VariableFont.ttf') format('truetype');
    font-weight: 500; /* Most commonly used weight in theme */
    font-style: normal;
    font-display: swap;
  }
}
