/**
 * Kahani Kids design-system fonts (self-hosted, OFL).
 * Matches former Google Fonts bundle: Poppins, Sour Gummy, Funnel Sans, Caveat.
 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./poppins/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./poppins/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./poppins/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./poppins/Poppins-Bold.ttf') format('truetype');
}

/* Variable: wght 400–700, wdth ~100–125% */
@font-face {
  font-family: 'Sour Gummy';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100% 125%;
  font-display: swap;
  src: url('./sour-gummy/SourGummy-VF.ttf') format('truetype');
}

/* Variable: wght ~400–800 */
@font-face {
  font-family: 'Funnel Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('./funnel-sans/FunnelSans-VF.ttf') format('truetype');
}

/* Variable: wght 400–700 */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./caveat/Caveat-VF.ttf') format('truetype');
}
