.quicksand-300 {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.quicksand-400 {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: semi-bold;
}
.quicksand-500 {
  color: var(--base-black);
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: semi-bold;
}
.quicksand-700 {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold;
}

.sofia-sans {
  font-family: "Sofia Sans", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* Heading font - Bold style for 2026 theme */
/* ROLLBACK OPTIONS:
   - 'Arial Black', 'Helvetica Neue', sans-serif (original)
   - "Funnel Sans", sans-serif
*/
.funnel-sans-heading {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 900 !important;
  font-style: normal;
  letter-spacing: 0.12em;
  font-variation-settings: "wdth" 100;
}

.funnel-sans-700 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.funnel-sans-600 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
p {
  color: var(--base-gray);
}
