/* ==================================================================
   BrainScores — self-hosted faces

   Both families are libre and the licence texts sit next to the files:
     TASA Explorer   SIL OFL 1.1  — assets/fonts/TASA-Explorer-OFL.txt
                     github.com/localremotetw/TASA-Typeface-Collection
     JetBrains Mono  SIL OFL 1.1  — assets/fonts/JetBrains-Mono-OFL.txt
                     github.com/JetBrains/JetBrainsMono

   The generated stylesheet asks for four family names — the plain and
   the "Variable" spelling of TASA, plus their "Placeholder" twins that
   Framer emits as a fallback. One variable file answers to all of them.
   ================================================================== */

@font-face {
  font-family: "TASA Explorer";
  src: url("../fonts/tasa-explorer-var.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TASA Explorer Variable";
  src: url("../fonts/tasa-explorer-var.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TASA Explorer Placeholder";
  src: url("../fonts/tasa-explorer-var.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TASA Explorer Variable Placeholder";
  src: url("../fonts/tasa-explorer-var.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono Placeholder";
  src: url("../fonts/jetbrains-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
