/* Clearway Vision — custom overrides */
/* Most styling is handled by Tailwind classes in HTML */
/* Add one-off tweaks here as needed */

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
}
