/* ============================================================================
 * TOFU shared tokens — fonts + brand colors for hub-level pages.
 * Single authority for values: D:\TOFU_website\apps\web\app\globals.css
 * (see .cursor/rules/design-tokens.mdc). Decks stay self-contained and keep
 * their own copy of these tokens in their local styles.css.
 * ============================================================================ */
@font-face {
  font-family: 'Inter';
  src: url('/shared/fonts/inter-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --black: #030303;
  --ink: #14171b;
  --panel: #1d2125;
  --graphite: #262b30;
  --border: #292e34;
  --grey: #94a0ae;
  --white: #f3f5f8;
  --paper: #fcfcfc;
  --mint: #14f195;
  --mint-strong: #00c067;
  --purple: #9b48fb;
  --red: #e62b34;
  --font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
