@font-face {
  font-family: "inter";
  src: url("/assets/fonts/inter/inter.ttf");
}

:root {
  --color-primary: #1a0076;
}

body {
  font-family: "inter";
}

main {
  background: url("/assets/images/background.png") no-repeat center center/cover;
}

/* Hide scrollbar for Chrome, Safari and Opera */
main::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
main {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
