@import "tailwindcss";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fffaf4;
  color: #2b2118;
  font-family: Arial, Helvetica, sans-serif;
}

button,
a {
  cursor: pointer;
}