/* ============================================================
   Softobiz typography — Brand Guidelines v1.0
   Typeface: Manrope (Regular / Medium / Semi-Bold / Bold)
   Type scale: 64 / 48 / 36 / 24 px headings
   Rules: left-align (never center except exceptions),
   no text shadows, no letterspacing distortion.
   ============================================================ */
:root {
  --font-sans: "Manrope", -apple-system, "Segoe UI", sans-serif;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;

  --text-h1: 64px;
  --text-h2: 48px;
  --text-h3: 36px;
  --text-h4: 24px;
  --text-lg: 18px;
  --text-base: 16px;
  --text-sm: 14px;
  --text-xs: 12px;

  --leading-display: 1.1;
  --leading-heading: 1.2;
  --leading-body: 1.55;

  --tracking-normal: 0;      /* never condense or expand */
}
