/* ============================================================
   ONE ELEVEN — WEBFONTS
   Brand typeface: BROTHER 1816 (TypeTogether), self-hosted.
   Note: Brother 1816 ships no SemiBold — Medium covers the
   500–600 range, Bold (700) and ExtraBold (800) above it.
   Code/data uses JetBrains Mono (Google).
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap');

@font-face {
  font-family: "Brother 1816";
  src: url("../assets/fonts/Brother1816-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brother 1816";
  src: url("../assets/fonts/Brother1816-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brother 1816";
  src: url("../assets/fonts/Brother1816-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brother 1816";
  src: url("../assets/fonts/Brother1816-Medium.otf") format("opentype");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brother 1816";
  src: url("../assets/fonts/Brother1816-MediumItalic.otf") format("opentype");
  font-weight: 500 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brother 1816";
  src: url("../assets/fonts/Brother1816-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brother 1816";
  src: url("../assets/fonts/Brother1816-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
