/* ============================================================
   FARO LUCKY — het huisstijl-lettertype van Qeet.
   Bron: Drive, map "Huisstijl Qeet / Faro_Family / Faro Lucky".
   De OTF's zijn omgezet naar woff2 (ongeveer 24 kB per gewicht,
   40% kleiner dan het origineel).

   De huisstijl noemt vier gewichten: Light, Regular, SemiBold,
   Bold. Die staan hieronder op 300/400/600/700. Faro Display is
   een APARTE familie, alleen voor grote koppen; niet als body
   gebruiken want de letterafstand is daarvoor te krap.

   font-display: swap — de pagina toont meteen tekst in de
   systeemfont en wisselt zodra Faro binnen is. Een dashboard dat
   drie tellen leeg blijft is erger dan een korte stijlwissel.

   Licentie: Thibaud bevestigde 30 juli 2026 dat Qeet de licentie
   heeft. Let op dat een desktoplicentie iets anders is dan een
   weblicentie: deze bestanden worden publiek geserveerd. Klopt
   dat niet, dan is dit bestand weghalen genoeg — de tokens
   vallen dan terug op de systeemstack.
   ============================================================ */

@font-face {
  font-family: "Faro Lucky";
  src: url("/assets/fonts/Faro-LightLucky.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faro Lucky";
  src: url("/assets/fonts/Faro-RegularLucky.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faro Lucky";
  src: url("/assets/fonts/Faro-SemiBoldLucky.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faro Lucky";
  src: url("/assets/fonts/Faro-BoldLucky.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Alleen voor koppen vanaf 28px. */
@font-face {
  font-family: "Faro Display Lucky";
  src: url("/assets/fonts/Faro-DisplayLucky.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
