/* Just Mercy · self-hosted fonts
   Host Grotesk, the brand face, taken verbatim from the Figma text styles
   (every style in the file is Host Grotesk).

   Licence: SIL Open Font License 1.1 — free to self-host and embed.
   Copyright 2023 The Host Grotesk Project Authors
   https://github.com/Element-Type/HostGrotesk  ·  licence text in fonts/OFL.txt

   These are the VARIABLE files: one roman and one italic covering weight
   300-800, which is every weight the design uses (Regular 400, Medium 500,
   SemiBold 600, Bold 700, ExtraBold 800). Four files, about 65KB in total, and
   self-hosted so there is no third-party request on every page load. */

/* latin-ext */
@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/host-grotesk-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/host-grotesk-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Host Grotesk';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/host-grotesk-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Host Grotesk';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/host-grotesk-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* One family name for the whole site. Bricks' typography controls and the
   classes in tokens.css both reference "Host Grotesk"; nothing should ever
   name a weight-specific family. */
:root {
  --font-sans: 'Host Grotesk', ui-sans-serif, system-ui, -apple-system,
               'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Bricks' theme-style default sets body to 15px. The design's base body size is
   Body/S 16 at 1.4, so the site sets it here — unlayered, which beats Bricks'
   layered rule the same way the fluid root does. */
body {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: 1.4;
  color: var(--body-color);
  background-color: var(--bg-page);
}
