/* Sellerado Landing Page — Custom Styles */

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection color */
::selection {
    background-color: rgba(34, 197, 94, 0.3);
    color: white;
}
