/* ═══════════════════════════════════════════════════════════════════════════
   anim-brand.css — the minimal dressing for the logo animation.
   The wordmark font is the one used in the locked logo: Roboto 900. We declare it
   under its own name so we do not depend on a system Roboto, whose
   installed weights vary from one machine to another.
   ═══════════════════════════════════════════════════════════════════════ */
@font-face{
  font-family:'MarqueRoboto';
  font-weight:900;
  font-display:swap;
  src:url(/assets/fonts/roboto-900.woff2) format('woff2');
}
.anim-brand{display:block;width:100%;height:auto}
