@import url(./tailwind.min.css);
@import url(./fonts.css);

* {
  font-family: 'Inter';
}

html {
  scroll-behavior: smooth;
}