/* Variable fonts usage:
:root { font-family: "Figtree", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "FigtreeVariable", sans-serif; font-optical-sizing: auto; }
}*/
@font-face {
  font-family: FigtreeVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("Figtree[wght].woff2") format("woff2");
}
@font-face {
  font-family: FigtreeVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("Figtree-Italic[wght].woff2") format("woff2");
}

/* static fonts */
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 300; font-display: swap; src: url("Figtree-Light.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 300; font-display: swap; src: url("Figtree-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400; font-display: swap; src: url("Figtree-Regular.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 400; font-display: swap; src: url("Figtree-Italic.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 500; font-display: swap; src: url("Figtree-Medium.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 500; font-display: swap; src: url("Figtree-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 600; font-display: swap; src: url("Figtree-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 600; font-display: swap; src: url("Figtree-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 700; font-display: swap; src: url("Figtree-Bold.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 700; font-display: swap; src: url("Figtree-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 800; font-display: swap; src: url("Figtree-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 800; font-display: swap; src: url("Figtree-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 900; font-display: swap; src: url("Figtree-Black.woff2") format("woff2"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 900; font-display: swap; src: url("Figtree-BlackItalic.woff2") format("woff2"); }
