/* Garamond font fallbacks for The Quiet Architect website */
/* Using system Garamond fonts with appropriate fallbacks */

/* JetBrains Mono for monospace elements (kept from original) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./jetbrainsmono-400.ttf') format('truetype');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./jetbrainsmono-500.ttf') format('truetype');
}

/* Note: Garamond is used as a system font with fallbacks in the CSS */
/* The font stack: 'Garamond', 'Times New Roman', serif provides excellent coverage */