/* Self-hosted fonts for the landing page — replaces the Google Fonts CDN
   placeholder used during Prompt 06. Same families/weights as before
   (Inter, Space Grotesk, JetBrains Mono), sourced from the real product's
   own font files, so there's no extra DNS lookup / external request and
   no third-party font-loading flash on first paint. Amiri isn't included
   here since the landing page copy never renders Arabic text — it's only
   used inside the sandboxed product preview (preview/fonts.css). */
@font-face{
  font-family:'Inter'; src:url('../assets/fonts/inter-400.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Inter'; src:url('../assets/fonts/inter-500.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Inter'; src:url('../assets/fonts/inter-600.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Space Grotesk'; src:url('../assets/fonts/space-grotesk-400.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Space Grotesk'; src:url('../assets/fonts/space-grotesk-500.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Space Grotesk'; src:url('../assets/fonts/space-grotesk-600.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Space Grotesk'; src:url('../assets/fonts/space-grotesk-700.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'JetBrains Mono'; src:url('../assets/fonts/jetbrains-mono-500.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'JetBrains Mono'; src:url('../assets/fonts/jetbrains-mono-600.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}
