/* Additional custom styles for Techtide Marketers WordPress Theme */
/* This file is for any overrides or additions beyond style.css */

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

/* Selection color */
::selection {
    background: hsl(100 100% 45% / 0.3);
    color: hsl(0 0% 95%);
}
