@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Gabarito:wght@400..900&family=Inter:opsz,wght@14..32,100..900&family=Miniver&family=Montserrat:wght@100..900&family=Outfit:wght@100..900&family=Poppins:wght@400;500;600&display=swap");

* {
  box-sizing: border-box;
  font-family: "Comfortaa", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.container {
  /* width: 90%; */
  margin: 0 auto;
}

.bgyellow {
  background-color: (to right, #ffb901 0%, #ffb901 100%);
}

.sans {
  font-family: sans-serif;
}
