/* Global styles beyond components */

/* Smooth scroll disabled for JS smooth scroll */
html.no-scroll-behavior {
    scroll-behavior: auto;
}

/* Divider used between hero and next section */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
}
