/* TrakCorp webfonts.
   The site loads Inter (UI + editorial headlines) and Space Grotesk (numerals,
   eyebrow indices, technical marquee) from the Google Fonts CDN — same as source.
   No font binaries live in the repo.

   The TRAKCORP wordmark is drawn type (a squared, chamfered grotesk in the logo
   artwork). It is NOT available as a webfont — always use assets/trakcorp-logo-full.png. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* Fallback with size-adjust to reduce CLS while Inter swaps in (from source) */
@font-face {
  font-family: 'Inter Fallback';
  src: local('Arial');
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
