/* vendor/tokens.css — Vad Vriksha brand tokens (game-local copy; each game
   folder is fully self-contained, same palette across the suite).
   Fonts are local woff2 (offline kiosk — no CDN). */

@font-face {
  font-family: 'Fredoka';
  src: url('fonts/fredoka.woff2') format('woff2');
  font-weight: 400 700; font-display: block;
}
@font-face {
  font-family: 'Nunito';
  src: url('fonts/nunito-400.woff2') format('woff2');
  font-weight: 400; font-display: block;
}
@font-face {
  font-family: 'Nunito';
  src: url('fonts/nunito-700.woff2') format('woff2');
  font-weight: 700; font-display: block;
}

:root {
  /* brand palette */
  --vv-forest:      #1d4a2c;   /* Deep Forest Green */
  --vv-forest-deep: #0e2a17;
  --vv-gold:        #d9a441;   /* Warm Gold */
  --vv-gold-bright: #ffd23f;
  --vv-cream:       #f4e6c8;   /* Cream */
  --vv-parchment:   #e8d5a8;   /* Parchment */
  --vv-terracotta:  #b3562e;   /* Terracotta */
  --vv-ink:         #2a1f10;   /* dark text on parchment */
  --vv-panel:       rgba(14, 30, 18, 0.88);

  /* type */
  --vv-font-display: 'Fredoka', system-ui, sans-serif;
  --vv-font-body:    'Nunito', system-ui, sans-serif;

  /* accessibility floor (Definition of Done): game text >= 24pt (~32px @1080p) */
  --vv-text-min: 32px;
}
