/* Site-wide custom styles (in addition to Tailwind) */
/* Add any small overrides or utilities here */
:root {
  --anchor-gap: 0.25rem;
}

.bg-primary {
    background-color: #FD8C02 !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.bg-primary:hover {
    background-color: #FD8C02 !important;
    /* box-shadow: 0 4px 12px rgba(253, 140, 2, 0.4); */
}