/* ------------------------------------------------------------------
   brand-audiowide.css
   Audiowide - the fusion wordmark face.
   fusion's name is set in Audiowide rather than Orbitron: Orbitron has
   no real lowercase (its a-z reuse the A-Z outlines), and the fusion
   brand is lowercase.
   The src list is ordered self-hosted first, Google-hosted second: the
   fonts/brand/ file travels by build (WebcoreCorp.csproj), not by CMS -
   see the delivery note in product-family.css section 0 - so until a
   deploy ships Audiowide-Regular.woff2 there, the browser falls through
   to fonts.gstatic.com (CORS *, latin subset, SIL OFL). Once the file
   is deployed the local copy wins automatically.
   Usage: wrap the product name in .pn-fusion - as a child span inside
   .prod-brand / .prod-hero-brand, or combined on a .prod-inline span.
   ------------------------------------------------------------------ */

@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/brand/Audiowide-Regular.woff2') format('woff2'),
         url('https://fonts.gstatic.com/s/audiowide/v22/l7gdbjpo0cum0ckerWCdlg_O.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

.pn-fusion {
    font-family: 'Audiowide', sans-serif;
    font-weight: 400;
}
