body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
.chip-selected {
  background-color: #ED1680 !important;
  color: white !important;
  border-color: #ED1680 !important;
}
.star-filled {
  font-variation-settings: "FILL" 1;
  color: #ED1680 !important;
}
.progress-bar {
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
