/* ── Type system ─────────────────────────────────────────────────────────────
   Roboto  — everything Elementor renders on dositec.com.do (headings, body,
             cards, buttons). The core face.
   Montserrat — bizberg theme chrome: header title 23px/600/uppercase,
             strapline 13px/300. Used for small uppercase labels.
   Questrial / Lato — also enqueued by the site; Questrial is the display
             alternate, Lato the long-form fallback. */
:root {
  --font-core: "Roboto", "Helvetica Neue", Arial, sans-serif;
  --font-label: "Montserrat", "Roboto", sans-serif;
  --font-display-alt: "Questrial", "Roboto", sans-serif;
  --font-longform: "Lato", "Roboto", sans-serif;

  --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 */
  --fw-extrabold: 800; /* @kind font */
  --fw-black: 900; /* @kind font */

  /* Sizes — the literal scale in the site CSS (30/24/20 card titles,
     16/14 body, 13 strapline, 40 homepage section title). */
  --fs-hero: 56px;
  --fs-display: 40px;
  --fs-h1: 34px;
  --fs-h2: 30px;
  --fs-h3: 24px;
  --fs-h4: 20px;
  --fs-body-lg: 18px;
  --fs-body: 16px;
  --fs-body-sm: 14px;
  --fs-label: 13px;
  --fs-micro: 11px;

  --lh-tight: 1.07; /* @kind font */   /* 30px title on 32px line — the product-card ratio */
  --lh-snug: 1.3; /* @kind font */
  --lh-normal: 1.5; /* @kind font */   /* theme default */
  --lh-relaxed: 1.6; /* @kind font */
  --lh-loose: 1.8; /* @kind font */    /* button line-height in the site CSS */

  --ls-tight: -0.01em; /* @kind font */
  --ls-normal: 0; /* @kind font */
  --ls-wide: 0.06em; /* @kind font */
  --ls-button: 10px; /* @kind font */  /* the site's "COTIZA AHORA" tracking, literally 10px */
  --ls-eyebrow: 0.18em; /* @kind font */
}
