/* Tolchards theme */
:root {
  --primary: #f4b60c;
  --primary-foreground: oklch(0.204 0 0);
  --ring: #f4b60c;
  --brand-accent: #f4b60c;
  --store-logo-height: 3rem;
  /* Give the near-square Tolchards mark more presence on the sign-in screen. */
  --auth-logo-height: 4.5rem;

  /* Welcome-section tint band. */
  --welcome-tint: #fdf4dd;
}

.dark {
  --primary: oklch(0.882 0.173 93.21);
  --primary-foreground: oklch(0.204 0 0);
  --ring: oklch(0.882 0.173 93.21);
  --brand-accent: oklch(0.882 0.173 93.21);
}
