/* StartHDS v1 equiask-inspired theme. Token overrides only; apply with class="theme-equiask". */
.theme-equiask {
  --hds-color-background: #f6f6f4;
  --hds-color-background-muted: #e9e9e4;
  --hds-color-surface: #ffffff;
  --hds-color-surface-muted: #f4f4f1;
  --hds-color-surface-elevated: #ffffff;
  --hds-color-text: #222222;
  --hds-color-heading: #090909;
  --hds-color-text-muted: #686864;
  --hds-color-border: #deded8;
  --hds-color-border-strong: #bebeb6;
  --hds-color-primary: #111111;
  --hds-color-primary-hover: #343434;
  --hds-color-primary-soft: #eeeeea;
  --hds-color-primary-contrast: #ffffff;
  --hds-color-accent: #5f5a52;
  --hds-color-accent-soft: #f0eee9;
  --hds-color-success: #16775f;
  --hds-color-danger: #a13636;
  --hds-color-info: #315f94;
  --hds-radius-card: 1.05rem;
  --hds-radius-large: 1.25rem;
  --hds-shadow-small: 0 .25rem .85rem rgb(47 58 43 / .06);
  --hds-shadow-card: 0 1.1rem 2.4rem rgb(47 58 43 / .10);
  --hds-shadow-panel: 0 .8rem 1.8rem rgb(47 58 43 / .08);
  --hds-focus-ring-color: #8a8177;
}
