/* fonts.css - Local font definitions (placeholder) */
/* The custom font files are not available yet. Using system fonts as fallback. */
/* If you provide the .ttf files, uncomment the @font-face blocks below. */

/*
@font-face {
  font-family: 'Outfit';
  src: url('../assets/fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../assets/fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Code';
  src: url('../assets/fonts/FiraCode-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 500;
  font-display: swap;
}
*/

/* Apply fonts */
body {
  /* Fallback system fonts for now */
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
