:root { --brand: #FF6321; }
html, body { max-width: 100%; overflow-x: hidden; }
.bg-brand { background-color: var(--brand); }
.text-brand { color: var(--brand); }
.border-brand { border-color: var(--brand); }
.border-brand\/30 { border-color: rgb(255 99 33 / .3); }
.border-brand\/50 { border-color: rgb(255 99 33 / .5); }
.bg-brand\/10 { background-color: rgb(255 99 33 / .1); }
.bg-brand\/20 { background-color: rgb(255 99 33 / .2); }
.hover\:bg-brand\/90:hover { background-color: rgb(230 89 30); }
.hover\:text-brand:hover { color: var(--brand); }
.hover\:border-brand\/50:hover { border-color: rgb(255 99 33 / .5); }
*:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
