:root {
  --ink: #0f1419;
  --paper: #fafaf8;
  --warm: #f0eeeb;
  --accent: #2c6e49;
  --airbnb: #e05a5a;
  --airbnb-light: #fde8e8;
  --direct: #4a8f6f;
  --direct-light: #d4ede3;
  --friend: #6b7fc4;
  --friend-light: #dde3f5;
  --blocked: #9a9080;
  --blocked-light: #eeebe4;
  --conflict: #e07a30;
  --conflict-light: #fdebd8;
  --owner: #d4a259;
  --owner-light: #faf0dd;
  --hold: #5ba8b5;
  --hold-light: #ddf0f3;
  --waitlist: #a855c7;
  --waitlist-light: #f3e8fa;
  --nest: #c4773a;
  --master: #4a8f6f;
  --nomad: #6b7fc4;
  --theater: #9b6fb0;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
h1, h2, h3 { font-family: 'Bricolage Grotesque', sans-serif; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
