:root.light {
  --background: #efecd5;
  --foreground: #0f0f0f;
  --primary: #0ea5e9;
  --muted: #f3f4f6;

  --font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  --link-color: #0ea5e9;
  --link-hover-color: #0369a1;

  --button-bg: #f9fafb;
  --button-hover-border: #0ea5e9;
}
