/* Self-hosted type for the pages that live in this repo (privacy, terms,
   support, spot, session). These used to load from fonts.googleapis.com,
   which sends every visitor's IP address to Google before they have agreed
   to anything — a German court fined a site for exactly that. The landing
   page already ships its own fonts; now the rest of the site does too. */
@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/SpaceGrotesk-Regular.ttf") format("truetype"); }
@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/SpaceGrotesk-Medium.ttf") format("truetype"); }
@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/SpaceGrotesk-Bold.ttf") format("truetype"); }
@font-face { font-family: "Space Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/SpaceMono-Regular.ttf") format("truetype"); }
@font-face { font-family: "Space Mono"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/SpaceMono-Bold.ttf") format("truetype"); }
