@layer tokens, base, layout, components, sections, utilities, overrides;

@layer tokens {
  :root {
    --wood-dark: #3e2418;
    --wood: #764b36;
    --wood-light: #9c6a4f;
    --gold: #ebd441;
    --cream: #efe7dd;
    --radius: 16px;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
}
