/*
  Design tokens — Masaba × FlyingMinds (from flymind-fred)
  Single source for :root variables and base body.
*/

:root {
  --cream:    #fdf6e8;
  --cream-2:  #f5ead0;
  --magenta:  #e8195a;
  --magenta-l:#ff4d7e;
  --gold:     #fcc162;
  --gold-l:   #ffc444;
  --teal:     #1a7a6e;
  --teal-l:   #2aaa98;
  --ink:      #1a1208;
  --ink-2:    #3a2e1a;
  --body:     #4a3e28;
  --quiet:    #8a7a5a;
  --rule:     #d4c4a0;
  --white:    #ffffff;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--body);
  cursor: default;
  -webkit-font-smoothing: antialiased;
}
