/* Generated by xerdi_site.palette from shared/data/palette.yaml.
 * Do not edit: every value here has been contrast-checked at its
 * declared pairs, and an edit made in this file has not been.
 */
:root {
  --bg: #ffffff;
  --surface: #f2f5f8;
  --text: #16202b;
  --muted: #4c5c6b;
  --brand: #174a67;
  --on-brand: #ffffff;
  --brand-ink: #174a67;
  --accent: #17675c;
  --on-accent: #ffffff;
  --accent-ink: #17675c;
  --border: #7f8c98;
  --focus: #0b5f8a;
  --rule: #dde3e9;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0f1720;
    --surface: #18222d;
    --text: #e8eef3;
    --muted: #a4b2be;
    --brand: #1d5f83;
    --on-brand: #ffffff;
    --brand-ink: #7cb8dd;
    --accent: #1c7f70;
    --on-accent: #ffffff;
    --accent-ink: #62c6b2;
    --border: #657380;
    --focus: #7cb8dd;
    --rule: #26313d;
  }
}

:root[data-theme="dark"] {
  --bg: #0f1720;
  --surface: #18222d;
  --text: #e8eef3;
  --muted: #a4b2be;
  --brand: #1d5f83;
  --on-brand: #ffffff;
  --brand-ink: #7cb8dd;
  --accent: #1c7f70;
  --on-accent: #ffffff;
  --accent-ink: #62c6b2;
  --border: #657380;
  --focus: #7cb8dd;
  --rule: #26313d;
}
