/* Edit theme-wide colors and fonts here. Component styles should consume these tokens. */
:root {
  --nuve-color-accent: #b8894d;
  --nuve-color-accent-strong: #7a4e2a;
  --nuve-color-surface: #f7f4ef;
  --nuve-color-ink: var(--swatch--dark-900);
  --nuve-color-ink-soft: #5b4636;
  --nuve-color-on-dark: var(--swatch--light-100);
  --nuve-border-accent: color-mix(in srgb, var(--nuve-color-accent) 45%, transparent);
  --nuve-border-accent-strong: color-mix(in srgb, var(--nuve-color-accent) 70%, var(--nuve-color-ink-soft));
  --nuve-text-muted: color-mix(in srgb, var(--nuve-color-ink) 86%, var(--nuve-color-ink-soft));
  --nuve-font-body: Arial, Helvetica, sans-serif;
  --nuve-font-display: Georgia, "Times New Roman", serif;

  --swatch--brand: var(--nuve-color-accent);
  --swatch--brand-secondary: var(--nuve-color-accent-strong);
  --swatch--light-100: var(--nuve-color-surface);
}
