/* Copyright © 2026 BSBSoft. All rights reserved. Unauthorized copying prohibited. */
/* Self-hosted Inter & Space Grotesk (latin subset, variable fonts).
   Downloaded from Google Fonts so the site has no external font requests. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/inter-variable-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/fonts/space-grotesk-variable-latin.woff2') format('woff2');
}
