/* Custom overrides only */

/* Example brand tweaks */
:root {
  --brand-amber: #b45309;
}

/* Optional small tweaks */
html {
  scroll-behavior: smooth;
}
