/* Encore Events - Brand Custom Properties */
:root {
  --color-cream: #FAF8F5;
  --color-brand-text: #373E40;
  --color-brand-gold: #C4A265;
  --color-brand-taupe: #8C7B6B;
}

/* Base styles */
html {
  scroll-behavior: smooth;
}

/* Focus ring styling for accessibility */
:focus-visible {
  outline: 2px solid var(--color-brand-gold);
  outline-offset: 2px;
}
