@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/space-grotesk-700.woff2') format('woff2');
  unicode-range: U+20, U+30-39, U+41-5A, U+61-7A, U+C1-C3, U+C7, U+C9, U+CD,
    U+D3-D5, U+DA, U+E1-E3, U+E7, U+E9, U+ED, U+F3-F5, U+FA, U+B7,
    U+2013-2014;
}

:root {
  --tx-font-brand: 'Space Grotesk', sans-serif;
  --tx-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
                  'Helvetica Neue', Arial, sans-serif;
}
