:root {
  color-scheme: light;
}

/*
  LabTech Citrus
  Clean, energetic, technical, and precise.
  Built for data platforms, automation, lab workflows, and product-minded consulting.
*/
.theme-labtech-citrus {
  --yt-bg: #F8FAF7;
  --yt-surface: #FFFFFF;
  --yt-surface-2: #E9F7F5;
  --yt-ink: #102326;
  --yt-muted: #52676A;
  --yt-primary: #007C89;
  --yt-primary-dark: #005B64;
  --yt-secondary: #234B73;
  --yt-accent: #C7D34C;
  --yt-warm: #FF7A59;
  --yt-border: #DCE8E6;
  --yt-soft: #E6FAF7;
  --yt-soft-2: #FEFBD6;
  --yt-grid: #BFD7D3;
  --yt-radius-card: 24px;
  --yt-radius-button: 999px;
  --yt-shadow-card: 0 22px 60px rgba(15, 35, 38, 0.14);

  /* Map theme tokens to the starter site's existing design variables. */
  --color-bg: var(--yt-bg);
  --color-surface: var(--yt-surface);
  --color-surface-soft: var(--yt-surface-2);
  --color-text: var(--yt-ink);
  --color-muted: var(--yt-muted);
  --color-border: var(--yt-border);
  --color-primary: var(--yt-primary);
  --color-primary-dark: var(--yt-primary-dark);
  --color-accent: var(--yt-secondary);
  --color-warm: var(--yt-warm);
  --shadow-soft: var(--yt-shadow-card);
  --radius-lg: var(--yt-radius-card);
  --radius-md: 18px;
}
