@font-face {
    font-family: "DM Serif Display";
    src: url("/assets/fonts/DMSerifDisplay-Regular.ttf") format("truetype");
  }
@font-face {
    font-family: "Inter-Regular";
    src: url("/assets/fonts/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Inter-Medium";
    src: url("/assets/fonts/Inter-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Inter-Bold";
    src: url("/assets/fonts/Inter-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Barlow-ExtraLight";
    src: url("/assets/fonts/BarlowCondensed-ExtraLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Barlow Condensed";
    src: url("/assets/fonts/BarlowCondensed-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
