/* Font imports for about */
@font-face {
  font-family: HeadFont;
  src: url('https://assets.zoca.ai/fonts/1755200378622_Oaxaca.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: BodyFont;
  src: url('https://assets.zoca.ai/fonts/1755198657363_DMMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* CSS Variables for about */
:root {
  --font-head: HeadFont, Oaxaca;
  --font-body: BodyFont, DMMono-Regular;
}

