/* ===== Sharp Grotesk ===== */
@font-face {
  font-family: "Sharp Grotesk";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/SharpGrotesk-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Sharp Grotesk";
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/SharpGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Sharp Grotesk";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/SharpGrotesk-Book.otf") format("opentype");
}

/* ===== Larken ===== */
@font-face {
  font-family: "Larken DEMO";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/larken-regular.otf") format("opentype");
}
@font-face {
  font-family: "Larken DEMO";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/larken-medium.otf") format("opentype");
}

/* ===== Reload (Medium used for all weights) ===== */
@font-face {
  font-family: "Reload";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Reload-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Reload";
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Reload-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Reload";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Reload-Medium.ttf") format("truetype");
}

/* ===== Helvetica Now Text (400, 700, 800 used by Match Madness) ===== */
@font-face {
  font-family: "Helvetica Now Text";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/HelveticaNowText-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Now Text";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/HelveticaNowText-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Now Text";
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/HelveticaNowText-ExtraBold.ttf") format("truetype");
}
