@tailwind base;
@tailwind components;
@tailwind utilities;

/* basic global polish */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f8fafc;
}
