@import "tailwindcss";

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bg-color {
  background: linear-gradient(to right, #012b20, #076840, #012b20);
}
.new-color {
  background-color: rgb(238, 235, 235);
}