@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/dm-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/dm-sans-500.ttf") format("truetype");
}

@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/josefin-sans-300.ttf") format("truetype");
}

@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/josefin-sans-400.ttf") format("truetype");
}

@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/josefin-sans-600.ttf") format("truetype");
}

@font-face {
  font-family: "Sport Report";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/sportreport.ttf") format("truetype");
}

@font-face {
  font-family: "SportReport Masthead";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/masthead.otf") format("opentype");
}

@font-face {
  font-family: "Old Standard TT";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/OldStandardTT-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Old Standard TT";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/OldStandardTT-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Old Standard TT";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/OldStandardTT-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "SportReport Typewriter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/Type-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SportReport Typewriter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/Type-Bold.ttf") format("truetype");
}
