/* Isla Lune × Warm Editorial
   ---------------------------------------------------------------------------
   The SYSTEM is Open Design's "warm-editorial" (nexu-io/open-design): its type
   scale, spacing rhythm, radii, elevation and layout rules are used as-is and
   are what stop this looking generated. Only the COLOUR TOKENS and the display
   face are overridden, to Isla Lune's cream / blush / gold instead of the
   system's terracotta-on-paper. Its own DESIGN.md sanctions exactly this:
   swap tokens per brand, never invent values outside the palette. */
@import url('warm-editorial/tokens.css');

:root {
  /* paper */
  --bg:            #fdf7ee;   /* cream, the room's wall colour */
  --surface:       #fffdf9;
  --surface-warm:  #f7e0e0;   /* blush */
  /* ink */
  --fg:            #2a211a;
  --fg-2:          #6a5647;
  --muted:         #a08a72;
  --meta:          #b09877;
  /* gilt */
  --accent:        #a87a2e;
  --accent-2:      #c9a24b;
  --accent-on:     #fffdf9;
  --border:        #e7d9c4;
  --border-soft:   #f2e7d7;
  /* her display face, the system's body face kept */
  --font-display:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --elev-raised:   0 20px 52px rgba(92, 64, 42, 0.14);
  --focus-ring:    0 0 0 4px rgba(168, 122, 46, 0.24);
}
