/* Overrides the theme's built in orange preset with the app's own exact accent color
   (hephaestus/assets/build/style.css --accent), so the site matches the app rather than
   just approximating it with the closest named palette. */
:root {
  --md-primary-fg-color: #d9822b;
  --md-primary-fg-color--light: color-mix(in srgb, #d9822b 65%, white);
  --md-primary-fg-color--dark: color-mix(in srgb, #d9822b 75%, black);
  --md-accent-fg-color: #d9822b;
  --md-accent-fg-color--transparent: rgba(217, 130, 43, 0.15);
}
