/* fonts.css */

@font-face {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
  src: url("../fonts/readex-pro/ReadexPro-VariableFont_wght.ttf")
    format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 200 900;
  font-display: fallback;
  src: url("../fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2")
    format("woff2");
  font-stretch: normal;
}

@font-face {
  font-family: "Source Serif Pro";
  font-style: italic;
  font-weight: 200 900;
  font-display: fallback;
  src: url("../fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2")
    format("woff2");
  font-stretch: normal;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: fallback;
  src: url("../fonts/figtree/Figtree-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "Figtree";
  font-style: italic;
  font-weight: 300 900;
  font-display: fallback;
  src: url("../fonts/figtree/Figtree-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/outfit/Outfit-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "spline-sans";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/spline-sans/SplineSans-VariableFont_wght.ttf")
    format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "geologica";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/geologica/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf")
    format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "gloock";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/gloock/Gloock-Regular.ttf") format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "spline-sans-mono";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/spline-sans-mono/SplineSansMono-VariableFont_wght.ttf")
    format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "spline-sans-mono";
  font-style: italic;
  font-weight: 400 800;
  font-display: fallback;
  src: url("../fonts/spline-sans-mono/SplineSansMono-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../fonts/lora/Lora-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../fonts/lora/Lora-Italic-VariableFont_wght.ttf") format("truetype");
  font-stretch: normal;
}
