.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.active-filter {
  background-color: #bb0013 !important;
  color: white !important;
}

.active-filter span {
  color: white !important;
}
#productsSection {
  scroll-margin-top: 110px;
}