/* Figtree variable (normal) */
@font-face {
  font-family: "Figtree";
  src: url("/wp-content/uploads/fonts/figtree/Figtree-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* Figtree variable (italic) */
@font-face {
  font-family: "Figtree";
  src: url("/wp-content/uploads/fonts/figtree/Figtree-Variable-Italic.ttf") format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

/* Roboto Condensed variable (normal) */
@font-face {
  font-family: "Roboto Condensed";
  src: url("/wp-content/uploads/fonts/roboto-condensed/RobotoCondensed-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Roboto Condensed variable (italic) */
@font-face {
  font-family: "Roboto Condensed";
  src: url("/wp-content/uploads/fonts/roboto-condensed/RobotoCondensed-Variable-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}