/* StartHDS v1 justhorsestv-inspired theme. Token overrides only; apply with class="theme-justhorsestv". */
.theme-justhorsestv {
  color-scheme: light;
  --hds-color-background: #f6f7fb;
  --hds-color-background-muted: #eef2f7;
  --hds-color-surface: rgba(255, 255, 255, .88);
  --hds-color-surface-muted: #fff8ef;
  --hds-color-surface-elevated: #ffffff;
  --hds-color-text: #162033;
  --hds-color-heading: #101827;
  --hds-color-text-muted: #5d697a;
  --hds-color-border: #d8e0ec;
  --hds-color-border-strong: #b7c3d3;
  --hds-color-primary: #7c3f1d;
  --hds-color-primary-hover: #5f2e16;
  --hds-color-primary-soft: rgba(180, 83, 9, .11);
  --hds-color-primary-contrast: #ffffff;
  --hds-color-accent: #b45309;
  --hds-color-accent-soft: #ffedd5;
  --hds-radius-card: 1.4rem;
  --hds-radius-large: 1.75rem;
  --hds-shadow-small: 0 .4rem 1.1rem rgb(15 23 42 / .07);
  --hds-shadow-card: 0 1.25rem 3.5rem rgb(15 23 42 / .11);
  --hds-shadow-large: 0 1.75rem 5rem rgb(15 23 42 / .16);
  --hds-focus-ring-color: #f59e0b;
}
