@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import "tailwindcss";

* {
  font-family: "Geist Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable both-edges;
}
