/* ==========================================================================
   THE BRAND'S ACTUAL TYPEFACES.

   Read off the supplied font files and confirmed against the visiting-card
   artwork, where the roles are unambiguous:

     Zalando Sans Expanded  -> "Ai Integration Strategist", "Email", "Phone",
                               "Instagram"   = display and labels
     Lexend Deca            -> the email address, the number, the handle
                               = body and data

   This file loads AFTER brand.css and supersedes its --display / --body,
   which named Unbounded and Inter. Those were stand-ins picked by matching
   the wordmark before the real font files were supplied; the brand kit still
   carries them and needs the same correction.

   Both faces are variable (one file, every weight). Zalando Sans Expanded
   runs 200-900, Lexend Deca 100-900.
   ========================================================================== */

@font-face{
  font-family:"Zalando Sans Expanded";
  src:url("fonts/ZalandoSansExpanded-var.woff2") format("woff2");
  font-weight:200 900;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Lexend Deca";
  src:url("fonts/LexendDeca-var.woff2") format("woff2");
  font-weight:100 900;font-style:normal;font-display:swap;
}

:root{
  --display:"Zalando Sans Expanded","Segoe UI",system-ui,sans-serif;
  --body:"Lexend Deca","Segoe UI",system-ui,sans-serif;
}
