/* Relative paths so fonts resolve correctly in both Vite dev (localhost) and production (S3) */
@font-face {
  font-family: 'Apparat Book';
  src: url('../fonts/apparat/KMRApparat-Variable.woff2') format('woff2'),
       url('../fonts/apparat/KMRApparat-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/figtree/Figtree-Regular.woff2') format('woff2'),
       url('../fonts/figtree/Figtree-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pitch Sans';
  src: url('../fonts/pitchsans/PitchSans-SemiBold.woff2') format('woff2'),
       url('../fonts/pitchsans/PitchSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
