/* Self-hosted fonts — the site theme (Twenty Twenty-Five child) does not
   load Roboto / Roboto Slab / Roboto Mono, so game.css's font-family rules
   were falling back to Georgia/system-ui/monospace. Variable fonts cover
   the full weight range referenced across game.css in one file each. */
@font-face{
  font-family:"Roboto";
  src:url("../fonts/Roboto-Variable.ttf") format("truetype-variations"),
      url("../fonts/Roboto-Variable.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Roboto";
  src:url("../fonts/Roboto-Italic-Variable.ttf") format("truetype-variations"),
      url("../fonts/Roboto-Italic-Variable.ttf") format("truetype");
  font-weight:100 900;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:"Roboto Slab";
  src:url("../fonts/RobotoSlab-Variable.ttf") format("truetype-variations"),
      url("../fonts/RobotoSlab-Variable.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Roboto Mono";
  src:url("../fonts/RobotoMono-Variable.ttf") format("truetype-variations"),
      url("../fonts/RobotoMono-Variable.ttf") format("truetype");
  font-weight:100 700;
  font-style:normal;
  font-display:swap;
}
