/* ── TechWyse typography ────────────────────────────────────
   Display: Bebas Neue (condensed, all-caps, kinetic headlines)
   Supporting: Poppins (readable geometric sans for everything else) */
:root{
  --font-display:"Bebas Neue","Oswald","Arial Narrow",sans-serif;  /* @kind font */
  --font-body:"Poppins","Helvetica Neue",Arial,sans-serif;  /* @kind font */

  --fw-light:300;  /* @kind font */
  --fw-regular:400;  /* @kind font */
  --fw-medium:500;  /* @kind font */
  --fw-semibold:600;  /* @kind font */
  --fw-bold:700;  /* @kind font */

  /* Display ramp — Bebas Neue. Tight leading, wide tracking. */
  --display-2xl:clamp(4.5rem,11vw,10rem);  /* @kind font */
  --display-xl:clamp(3.5rem,8vw,7rem);  /* @kind font */
  --display-lg:clamp(2.75rem,6vw,5rem);  /* @kind font */
  --display-md:clamp(2.25rem,4.5vw,3.75rem);  /* @kind font */
  --display-lh:0.92;  /* @kind font */
  --display-tracking:0.01em;  /* @kind font */

  /* Heading ramp — Poppins for sub-heads / card titles */
  --heading-xl:2.25rem;  /* @kind font */
  --heading-lg:1.75rem;  /* @kind font */
  --heading-md:1.375rem;  /* @kind font */
  --heading-sm:1.125rem;  /* @kind font */
  --heading-lh:1.15;  /* @kind font */

  /* Body ramp — Poppins */
  --body-xl:1.25rem;  /* @kind font */
  --body-lg:1.0625rem;  /* @kind font */
  --body-md:1rem;  /* @kind font */
  --body-sm:0.875rem;  /* @kind font */
  --body-xs:0.75rem;  /* @kind font */
  --body-lh:1.65;  /* @kind font */
  --body-lh-tight:1.45;  /* @kind font */

  /* Labels / eyebrows — uppercase Poppins, tracked out */
  --label-md:0.8125rem;  /* @kind font */
  --label-sm:0.6875rem;  /* @kind font */
  --label-tracking:0.16em;  /* @kind font */
  --label-weight:var(--fw-semibold);  /* @kind font */
}
