/* Geist Variable */
@font-face {
  font-family: "Geist Variable";
  src: url("/gptzerome/static/font/GeistVariableVF.woff2") format('woff2');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* Inter Variable */
@font-face {
  font-family: "Inter Variable";
  src: url("/gptzerome/static/font/InterVariable.woff2") format('woff2');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* Source Serif 4 */
@font-face {
  font-family: "Source Serif 4";
  src: url("/gptzerome/static/font/SourceSerif4-VariableFont_opsz,wght.woff2") format('woff2');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* Font variables */
:root {
  --body-font: "Geist Variable";
  --font-factor: 1.1;
  --title-font: "Inter Variable";
  --post-body-font: "Source Serif 4";
  --post-font-factor: 1.15;
}
