/* Edit theme-wide colors and fonts here. Component styles should consume these tokens. */
@font-face {
  font-family: "Merchant";
  src: url("https://cdn.prod.website-files.com/685284771a3175da27f67ba1/685284771a3175da27f67bc0_Merchant-ExtraLight.woff2") format("woff2"),
    url("https://cdn.prod.website-files.com/685284771a3175da27f67ba1/685284771a3175da27f67bc7_Merchant-ExtraLight.woff") format("woff");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

: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: var(--_typography---font--primary-family), Arial, sans-serif;
  --nuve-font-display: var(--_typography---font--secondary-family), Georgia, serif;

  --swatch--brand: var(--nuve-color-accent);
  --swatch--brand-secondary: var(--nuve-color-accent-strong);
  --swatch--light-100: var(--nuve-color-surface);
}
