/* Minimal overrides to complement Tailwind's utility-first styles */

:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
}

::selection {
  background-color: rgba(10, 125, 255, 0.16);
  color: #0a7dff;
}

a {
  text-decoration: none;
}
