/* Cliq2Know brand typefaces, self-hosted.
   Subset to latin + common punctuation from the files supplied in LOGO ASSETS.

   Buffo   — logotype / display face, by Delip Nugraha
   Glancyr — variable text face (wght 100–1000), by Drizy Studio

   ⚠ Both are commercial fonts, and what was supplied are desktop font files.
   Confirm the licence covers webfont embedding before this goes public.
   See ../../../docs/06-design-system.md. */

@font-face {
  font-family: 'Buffo';
  src: url('./buffo.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Glancyr';
  src: url('./glancyr-var.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
