/*
 * xBattery typography
 * Place licensed font files in assets/fonts/ to load Bebas Neue Pro and Tonos locally.
 * Until then, Bebas Neue (Google) and Albert Sans serve as fallbacks.
 */
@font-face {
  font-family: "Bebas Neue Pro";
  src:
    local("Bebas Neue Pro"),
    url("../fonts/BebasNeuePro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tonos";
  src:
    local("Tonos"),
    url("../fonts/Tonos-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tonos";
  src:
    local("Tonos Medium"),
    local("Tonos-Medium"),
    url("../fonts/Tonos-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tonos";
  src:
    local("Tonos Bold"),
    local("Tonos-Bold"),
    url("../fonts/Tonos-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
