<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Helvetica Now Text Condensed';
  src:
    url('/fonts/helveticanowtext-cn.woff2') format('woff2'),
    url('/fonts/helveticanowtext-cn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text Condensed Bold';
  src:
    url('/fonts/helveticanowtext-cnbold.woff2') format('woff2'),
    url('/fonts/helveticanowtext-cnbold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text';
  src:
    url('/fonts/helveticanowtext.woff2') format('woff2'),
    url('/fonts/helveticanowtext.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rama-gothic-m';
  src:
    url('https://use.typekit.net/af/3c1e35/00000000000000007735c17f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3')
      format('woff2'),
    url('https://use.typekit.net/af/3c1e35/00000000000000007735c17f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3')
      format('woff'),
    url('https://use.typekit.net/af/3c1e35/00000000000000007735c17f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3')
      format('opentype');
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
}

:root {
  --font-family-body: Arial, 'Helvetica Now Text';
  --font-family-heading: 'Arial Narrow', 'Helvetica Now Text Condensed', Arial;
  --font-family-accent: var(--font-family-heading);
  --font-family-button: var(--font-family-heading);
  --font-family-tag: var(--font-family-heading);
}
</pre></body></html>