/* Global CSS — minimal overrides; most styles in BaseLayout.astro */
html { scroll-behavior: smooth; }
::selection { background: #1a73e8; color: #fff; }
a { color: #1a73e8; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
