/* DM Sans + Space Grotesk loaded via Google Fonts <link> in _LayoutPubblie.
   ES Rebond Grotesque is a LICENSED font. The @font-face blocks below are commented out until the
   licensed .woff2 files are actually dropped in wwwroot/fonts/ — an active @font-face pointing at a
   missing file made every page fire a 404 for ESRebondGrotesque-*.woff2. With them commented out,
   --pb-font-heading cleanly falls back to Space Grotesk (next in its stack) and no request is made.
   To activate: add the two .woff2 files to wwwroot/fonts/ and uncomment the blocks below. */

/*
@font-face {
    font-family: 'ES Rebond Grotesque';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../fonts/ESRebondGrotesque-Semibold.woff2) format('woff2');
}

@font-face {
    font-family: 'ES Rebond Grotesque';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../fonts/ESRebondGrotesque-Regular.woff2) format('woff2');
}
*/
