/*
  Pressific Studio. Self-hosted typefaces.
  Website developed by pressific.com Emily Park, Dileep C. Kaluaratchie and Tech Generation Ltd.

  Served from our own origin on purpose. The privacy section of this page argues
  for involving fewer third parties, so the page itself calls none: no
  fonts.googleapis.com, no fonts.gstatic.com, no request that tells anybody else
  what you are reading. It also removes two DNS lookups and two TLS handshakes
  from the critical path.

  Both are variable fonts, so one file covers every weight we use. Latin subset
  only, 169KB for the pair. Schibsted Grotesk and Source Serif 4 are both under
  the SIL Open Font License 1.1, which permits self-hosting.
*/

@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/schibsted-grotesk-var.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;
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/source-serif-4-var.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;
}
