:root {
  --color-primary: #8e1309;
  --color-secondary: #e5a500;
  --color-text: #05001d;
  --color-white: #ffffff;

  --up-primary: #8e1309;
  --up-text: #05001d;
  --up-accent-soft: color-mix(in srgb, var(--up-primary) 42%, white);
  --up-body-from: color-mix(in srgb, var(--up-primary) 14%, white);
  --up-body-to: color-mix(in srgb, var(--up-primary) 32%, white);
  --up-card-border: color-mix(in srgb, var(--up-primary) 48%, white);
  --up-radial-0: var(--up-card-border);
  --up-radial-45: color-mix(in srgb, var(--up-primary) 28%, black);
  --up-radial-72: color-mix(in srgb, var(--up-primary) 50%, black);
  --up-radial-100: color-mix(in srgb, var(--up-primary) 55%, black);
  --up-strip-from: color-mix(in srgb, var(--up-primary) 35%, white);
  --up-strip-via: var(--up-primary);
  --up-strip-to: color-mix(in srgb, var(--up-primary) 35%, black);
  --up-gold-accent: #e5a500;
  --up-cta-dark: #1b2a3b;
  --up-section-muted: #efefef;
  --up-badge-muted-bg: #f1f1f1;
  --up-card-muted: #222222;
  --up-no-thanks: #1e1e1e;

  --dws-primary: #8e1309;
  --dws-text: #05001d;
  --dws-bg-from: color-mix(in srgb, var(--dws-primary) 14%, white);
  --dws-bg-to: color-mix(in srgb, var(--dws-primary) 26%, white);
  --dws-featured-from: #f5f5f5;
  --dws-featured-to: color-mix(in srgb, var(--dws-primary) 72%, transparent);

  --gradient-bottle-start: color-mix(in srgb, var(--color-primary) 30%, white);
  --gradient-bottle-mid: color-mix(in srgb, var(--color-primary) 46%, white);
  --gradient-bottle-end: color-mix(in srgb, var(--color-primary) 78%, black);
}

.theme-bg {
  background-color: #f7f1ef;
}

.theme-bg-image {
  background-image: linear-gradient(
    180deg,
    #faf6f4 0%,
    #f4ebe8 100%
  );
}

.theme-text {
  color: #140f0d;
}

.theme-brand {
  color: #8e1309;
}

.theme-muted {
  color: #3f322d;
}

.theme-link {
  color: #8e1309;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.theme-footer-bg {
  background: #8e1309;
}

.theme-footer-text {
  color: #ffffff;
}
