/* ==========================================================================
   Finance House — local @font-face declarations (offline, zero CDN)
   --------------------------------------------------------------------------
   Family names are exactly 'Inter' and 'Space Grotesk', so this file is a
   drop-in basis for replacing the Google Fonts <link> on the landing pages
   in a later subtask.

   'Inter'         — 4 static faces (400 / 500 / 600 / 700)
   'Space Grotesk' — 1 variable face (weight axis 300–700)

   All files live in ../assets/fonts/ and are served by the same static
   server — no external requests of any kind.
   ========================================================================== */

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

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/Inter-Bold.woff2') format('woff2');
}

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