/* Design tokens: Flip Your Points "Found Money". Shared by index.html and score.html. */
:root {
  --ink:        #241A0E;
  --ink-2:      #38291A;
  --ink-3:      #4E3B26;
  --paper:      #FFF6E9;
  --paper-2:    #FFEFD8;
  --white:      #FFFFFF;
  --coral:      #FF5C38;
  --coral-deep: #D63A17;
  --sun:        #FFC43D;
  --sun-soft:   #FFE9B3;
  --sun-tint:   #FFF3D6;
  --sky:        #5FA8F5;
  --sky-soft:   #DCEDFF;
  --green:      #1E8A50;
  --green-deep: #1A7544;
  --green-soft: #DDF3E4;
  --grey-card:  #B9B2A6;

  --font-display: 'Bricolage Grotesque', 'Avenir Next', sans-serif;
  --font-body:    'Schibsted Grotesk', system-ui, sans-serif;
  --font-mono:    'Space Mono', 'Courier New', monospace;
  --font-hand:    'Caveat', cursive;

  --wrap: 1160px;
  --narrow: 800px;

  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 26px;
  --r-pill: 999px;

  --bd: 2px solid var(--ink);
  --shadow: 5px 5px 0 var(--ink);
  --shadow-sm: 3px 3px 0 var(--ink);
  --shadow-lg: 8px 8px 0 var(--ink);
}
