/* Self-hosted Roboto (latin subset) — replaces the Google Fonts <link>, so no cross-origin
   font requests. Roboto v51's latin subset is a single variable font (one file covers the
   whole weight axis), so one upright face with a weight range serves 400/500/700/900. */
@font-face{
  font-family:'Roboto';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(fonts/roboto.woff2) format('woff2');
}
@font-face{
  font-family:'Roboto';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url(fonts/roboto-italic.woff2) format('woff2');
}
