/*
 * CywbyUrbanz — Custom CSS
 * TailwindCSS handles layout; this file adds polish
 */

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body { margin: 0; padding: 0; }

img { max-width: 100%; height: auto; }

::selection {
  background-color: rgba(8, 145, 178, 0.15);
  color: inherit;
}
