/*
 * Self-hosted Google Fonts (latin subset, weight 400 only)
 * Matches production behavior: fonts.googleapis.com/css2?family=Kumbh+Sans&family=Open+Sans
 * Production only loads weight 400; browser synthesizes faux-bold for 600/700.
 * TODO: Add true weights (300,500,600,700) when ready for a deliberate design upgrade.
 */

/* Kumbh Sans 400 */
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/KumbhSans-400.woff2') format('woff2');
}

/* Open Sans 400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/OpenSans-400.woff2') format('woff2');
}
