/* Aydintepe Palet - design tokens (warm natural wood theme) */
:root{
  /* color */
  --wood-dark:  #3E2C20;
  --wood-brown: #6F4E37;
  --wood-amber: #B5793A;
  --wood-amber-d:#9C6325;
  --wood-tan:   #C9A66B;
  --cream:      #F5EBDD;
  --cream-soft: #FBF6EF;
  --ink:        #2B2018;
  --muted:      #7A6A5A;
  --line:       #E4D5C3;
  --leaf:       #6B7F4E;
  --leaf-d:     #566838;
  --white:      #FFFFFF;
  --danger:     #B4452E;

  /* typography */
  --font-head: "Exo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Exo", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* spacing scale */
  --sp-1: .25rem; --sp-2: .5rem; --sp-3: .75rem; --sp-4: 1rem;
  --sp-5: 1.5rem; --sp-6: 2rem; --sp-7: 3rem; --sp-8: 4rem; --sp-9: 6rem;

  /* radii + shadow */
  --r-sm: 8px; --r: 14px; --r-lg: 22px; --r-pill: 999px;
  --sh-1: 0 2px 10px rgba(62,44,32,.06);
  --sh-2: 0 8px 30px rgba(62,44,32,.10);
  --sh-3: 0 18px 48px rgba(62,44,32,.16);

  /* layout */
  --container: 1180px;
  --header-h: 76px;

  --ease: cubic-bezier(.4,0,.2,1);
}
