/* Freedcamp ships Inter as its product UI typeface.
   Loaded from Google Fonts; swap for self-hosted .woff2 in production. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  /* Inter is the single product face. Sora / Poppins appear only on
     marketing covers and are intentionally not part of the product system. */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', 'SFMono-Regular', Menlo, Consolas,
    monospace;
}
