:root {
  --theme-font-heading: "Fraunces", serif;
  --theme-font-heading-weight: var(--font-weight-extrabold);
  --theme-font-heading-spacing: var(--tracking-normal);
  --theme-font-heading-leading: var(--leading-tighter);
  --theme-font-heading-scale: 1;
  --theme-font-eyebrow: "Space Grotesk", sans-serif;
  --theme-font-eyebrow-weight: var(--font-weight-normal);
  --theme-font-eyebrow-spacing: var(--tracking-normal);
  --theme-font-eyebrow-leading: var(--leading-normal);
  --theme-font-eyebrow-scale: 1;
  --theme-font-subheading: "Square Peg", sans-serif;
  --theme-font-subheading-weight: var(--font-weight-normal);
  --theme-font-subheading-spacing: var(--tracking-normal);
  --theme-font-subheading-leading: var(--leading-normal);
  --theme-font-subheading-scale: 1.5;
  --theme-font-body: "Space Grotesk", sans-serif;
  --theme-font-body-weight: var(--font-weight-normal);
  --theme-font-body-spacing: var(--tracking-normal);
  --theme-font-body-leading: var(--leading-normal);
  --theme-font-body-scale: 1;
  --theme-font-accent: "Square Peg", cursive;
  --theme-font-accent-weight: var(--font-weight-normal);
  --theme-font-accent-spacing: var(--tracking-normal);
  --theme-font-accent-leading: var(--leading-normal);
  --theme-font-accent-scale: 1.5;
  --theme-font-nav: "Space Grotesk", sans-serif;
  --theme-font-nav-weight: var(--font-weight-normal);
  --theme-font-nav-spacing: var(--tracking-normal);
  --theme-font-nav-leading: var(--leading-normal);
  --theme-font-nav-scale: 1;
  --theme-font-cta: "Square Peg", sans-serif;
  --theme-font-cta-weight: var(--font-weight-normal);
  --theme-font-cta-spacing: var(--tracking-normal);
  --theme-font-cta-leading: var(--leading-normal);
  --theme-font-cta-scale: 2;
  --theme-color-primary-cta-bg: #5e5d2c;
  --theme-color-primary-cta-text: #ffffff;
  --theme-color-primary-cta-hover-bg: #4a4922;
  --theme-color-primary-cta-hover-text: #d1d1a8;
  --theme-color-primary-cta-disabled-bg: #989458;
  --theme-color-primary-cta-disabled-text: #ffffff;
  --theme-color-secondary-cta-bg: #f9f4ed;
  --theme-color-secondary-cta-text: #8a5535;
  --theme-color-secondary-cta-hover-bg: #f3ece2;
  --theme-color-secondary-cta-hover-text: #6d4429;
  --theme-color-secondary-cta-border: #8a5535;
  --theme-color-secondary-cta-hover-border: #6d4429;
  --theme-color-secondary-cta-disabled-bg: #fcf9f5;
  --theme-color-secondary-cta-disabled-text: #b57c53;
  --theme-color-tertiary-cta-text: #5e5d2c;
  --theme-color-tertiary-cta-hover-text: #4a4922;
  --theme-color-tertiary-cta-disabled-text: #989458;
  --theme-color-heading: #b85e4f;
  --theme-color-body: #1f1f1f;
}