/* FIGTREE FAMILY */
@font-face {
  font-family: "Gotham";
  src: url("./Figtree-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  /* replaces Gotham-Book (normal) */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-Italic.ttf") format("truetype");
  font-weight: 400;
  /* replaces Gotham-BookItalic */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  /* replaces Gotham-Medium (you had 600) */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  /* replaces Gotham-MediumItalic */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
  /* replaces Gotham-Bold-Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  /* replaces Gotham-BoldItalic */
  font-style: italic;
  font-display: swap;
}

/* Extra weights available if you need them */
@font-face {
  font-family: "Gotham";
  src: url("./Figtree-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("./Figtree-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}