/* Touchline Drip — self-hosted fonts (Anton, Bebas Neue, Inter)
   Mirrored from Google Fonts so the storefront is not dependent on the
   googleapis CDN and so CSP can stay tight to 'self'.

   Anton + Bebas Neue + Inter all subsetted to the exact glyphs the storefront
   paints (ASCII printable + £ ü en/em dash · × ↗ ▢ ✓ • → « » °). The
   unicode-range tells browsers which entries to skip when a page never paints
   one of those characters. */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_local/assets/td-fonts/anton-subset.woff2) format('woff2');
  unicode-range: U+0020-007E, U+00A3, U+00B7, U+00D7, U+2013-2014, U+2018-201D, U+2022, U+2192;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_local/assets/td-fonts/bebas-neue-subset.woff2) format('woff2');
  unicode-range: U+0020-007E, U+00A3, U+00B7, U+00D7, U+2013-2014, U+2018-201D, U+2022, U+2192;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_local/assets/td-fonts/inter-subset.woff2) format('woff2');
  unicode-range: U+0020-007E, U+00A3, U+00B0, U+00B7, U+00D7, U+00FC, U+2013-2014, U+2018-201D, U+2022, U+2192, U+2197, U+25A2, U+2713;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_local/assets/td-fonts/inter-subset.woff2) format('woff2');
  unicode-range: U+0020-007E, U+00A3, U+00B0, U+00B7, U+00D7, U+00FC, U+2013-2014, U+2018-201D, U+2022, U+2192, U+2197, U+25A2, U+2713;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_local/assets/td-fonts/inter-subset.woff2) format('woff2');
  unicode-range: U+0020-007E, U+00A3, U+00B0, U+00B7, U+00D7, U+00FC, U+2013-2014, U+2018-201D, U+2022, U+2192, U+2197, U+25A2, U+2713;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_local/assets/td-fonts/inter-subset.woff2) format('woff2');
  unicode-range: U+0020-007E, U+00A3, U+00B0, U+00B7, U+00D7, U+00FC, U+2013-2014, U+2018-201D, U+2022, U+2192, U+2197, U+25A2, U+2713;
}
