:root[data-theme="tourscale"] {
  --background: oklch(0.979 0.006 264.5);
  --foreground: oklch(0.177 0.034 269.6);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.177 0.034 269.6);
  --primary: oklch(0.362 0.109 265.2);
  --primary-foreground: oklch(0.99 0.004 264);
  --muted: oklch(0.945 0.01 261.8);
  --muted-foreground: oklch(0.454 0.02 270.9);
  --border: oklch(0.897 0.017 267.8);
  --ring: oklch(0.718 0.13 243.8);
  --warning: oklch(0.75 0.15 80);
  --warning-foreground: oklch(0.3 0.08 80);
  --destructive: oklch(0.55 0.2 25);
  --destructive-foreground: oklch(0.99 0 0);
  --radius: 0.5rem;
  --theme-font-body: Inter, system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}