@font-face {
  font-family: "Antonio";
  src: url("/assets/fonts/Antonio-Regular.ttf");
  /* Other font properties like font-weight and font-style can be specified here */
}
@font-face {
  font-family: "Telegraf";
  src: url("/assets/fonts/Telegraf-Regular.otf");
  /* Other font properties like font-weight and font-style can be specified here */
}
@font-face {
  font-family: "Telegraf-UltraBold";
  src: url("/assets/fonts/Telegraf-UltraBold-800.otf");
  /* Other font properties like font-weight and font-style can be specified here */
}
@font-face {
  font-family: "FONTSPRING DEMO - The Seasons";
  src: url("/assets/fonts/theseasonsreg.otf");
  /* Other font properties like font-weight and font-style can be specified here */
}
/* * {
  font-family: Telegraf;
} */
