@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');

.cookie-regular {
  font-family: "Cookie", cursive !important;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth !important;
}
