/* fonts.css - company-registration-austria.com
   ---------------------------------------------------------------------------
   Three families, all SIL Open Font License 1.1, all served from this domain.

   This file exists because /cookie-policy/ states as a fact that no font is
   loaded from a third party domain, and DESIGN.md section 7 records that as a
   build commitment. There is no fonts.googleapis.com link anywhere in this
   project and none may be added: a single one makes a live legal page false.

   The files were cut by the Google Fonts subsetter to `latin` and `latin-ext`
   only. Cyrillic, Greek and Vietnamese are deliberately not shipped. The site
   is English carrying German legal terms, so the characters that must render
   are the latin block: a o u with umlauts, the sharp s, the section sign and
   the euro sign, all of which live in U+0000-00FF and are covered by the
   `latin` cut. latin-ext is kept for European names and place names.

   Licences: OFL-Fraunces.txt, OFL-Inter-Tight.txt, OFL-JetBrains-Mono.txt,
   in this folder, as the licence requires.

   All three are VARIABLE fonts, one file per family per subset instead of
   five static cuts. `font-weight` is declared as a range, so the browser maps
   any weight inside it onto the wght axis. Fraunces additionally carries the
   optical size axis at 9..144; `font-optical-sizing: auto` is the browser
   default and is what drives it, so nothing here pins `opsz` and nothing
   should. Pinning it with font-variation-settings would freeze the display
   face at one optical size across a clamp() that runs from 12px to 86px,
   which is the whole reason the variable file was chosen.

   For the page head, if a preload is wanted, preload only the two `latin`
   files actually used above the fold and always with crossorigin:
     <link rel="preload" href="/fonts/fraunces-var-latin.woff2" as="font"
           type="font/woff2" crossorigin>
     <link rel="preload" href="/fonts/inter-tight-var-latin.woff2" as="font"
           type="font/woff2" crossorigin>
   --------------------------------------------------------------------------- */

/* Fraunces normal, latin */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/fraunces-var-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;
}

/* Fraunces normal, latin-ext */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/fraunces-var-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;
}

/* Fraunces italic, latin */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/fraunces-italic-var-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;
}

/* Fraunces italic, latin-ext */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/fraunces-italic-var-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;
}

/* Inter Tight normal, latin */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/inter-tight-var-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;
}

/* Inter Tight normal, latin-ext */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/inter-tight-var-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;
}

/* JetBrains Mono normal, latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-var-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;
}

/* JetBrains Mono normal, latin-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-var-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;
}

/* Optical sizing, stated rather than assumed.
   `auto` is the initial value in every browser that ships variable fonts, and
   it is what makes Fraunces at --t-display read as a display cut and Fraunces
   at --t-h4 read as a text cut from the same file. It is written down because
   a later `font-optical-sizing: none` anywhere in the cascade would silently
   flatten the display face to opsz 9. */
html {
  font-optical-sizing: auto;
}

/* Note for tokens.css, not done here. DESIGN.md section 4 requires tabular
   numerals in the data tables. Inter Tight carries the `tnum` feature, so the
   table rule needs `font-variant-numeric: tabular-nums;` and nothing else.
   It is left to the stylesheet that owns table styling rather than set from a
   font file, so there is one place where a table rule can be changed. */
