/* NGIPL typography — single-family system (Montserrat, see fonts.css).
   Two registers taken from the logo lockup:
   1. Display: ExtraBold (800), ALL CAPS, tight — the NATHURMAL wordmark style.
   2. Overline: SemiBold (600), ALL CAPS, wide tracking — the
      "GLOBAL INDUSTRIES PVT. LTD." subline style. */
:root {
  /* Families */
  --font-brand: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  /* Weights */
  --fw-black: 900; /* @kind font */
  --fw-display: 800; /* @kind font */
  --fw-heading: 700; /* @kind font */
  --fw-semibold: 600; /* @kind font */
  --fw-medium: 500; /* @kind font */
  --fw-regular: 400; /* @kind font */

  /* Sizes (px) */
  --fs-display-xl: 56px;
  --fs-display: 40px;
  --fs-h1: 32px;
  --fs-h2: 24px;
  --fs-h3: 20px;
  --fs-body-lg: 17px;
  --fs-body: 15px;
  --fs-caption: 13px;
  --fs-overline: 12px;

  /* Line heights */
  --lh-display: 1.05; /* @kind font */
  --lh-heading: 1.2; /* @kind font */
  --lh-body: 1.55; /* @kind font */
  --lh-caption: 1.4; /* @kind font */

  /* Tracking */
  --track-display: -0.01em; /* @kind font */
  --track-heading: 0; /* @kind font */
  --track-caps: 0.14em; /* @kind font */
  --track-overline: 0.30em; /* @kind font */
}
