* {
  box-sizing: border-box;
  font-family: 'Sora', sans-serif;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Fix horizontal overflow on all screens */
html, body {
  overflow-x: hidden;
}

.no-scroll-x {
  overflow-x: hidden;
}

body {
    font-family: 'Sora', sans-serif;
}