/* Graphik @font-face — LOCAL PREVIEW ONLY.

   Trial builds, "Personal Use Only" (Commercial Type). This file is
   gitignored together with the .woff2 files, so it never reaches
   production: without it the stack simply falls back to Inter and no
   font request 404s. See README.md in this folder to regenerate.

   With a Commercial Type web licence, move these rules into
   src/styles/global.css and un-ignore the fonts. */
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/local/Graphik-Regular-Trial.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/local/Graphik-RegularItalic-Trial.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/local/Graphik-Medium-Trial.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/local/Graphik-Semibold-Trial.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/local/Graphik-Bold-Trial.woff2') format('woff2');
}

