/* Transfer Antalya — Typography tokens
   Display = Sora, Body = Manrope. Non-Latin scripts fall back gracefully. */
:root {
  --font-display: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  /* Script fallbacks used by the multilingual UI kits */
  --font-arabic: "Noto Naskh Arabic", "Segoe UI", serif;
  --font-cjk: "Hiragino Sans", "Noto Sans JP", "Microsoft YaHei", system-ui, sans-serif;

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extra: 800;

  /* Type scale — px sizes / unitless line-height / letter-spacing */
  --t-display-2xl-size: 64px; --t-display-2xl-lh: 1.04; --t-display-2xl-ls: -0.02em;
  --t-display-xl-size:  52px; --t-display-xl-lh: 1.06;  --t-display-xl-ls: -0.02em;
  --t-display-lg-size:  42px; --t-display-lg-lh: 1.08;  --t-display-lg-ls: -0.015em;
  --t-h1-size: 34px; --t-h1-lh: 1.14; --t-h1-ls: -0.015em;
  --t-h2-size: 27px; --t-h2-lh: 1.18; --t-h2-ls: -0.01em;
  --t-h3-size: 22px; --t-h3-lh: 1.24; --t-h3-ls: -0.005em;
  --t-h4-size: 18px; --t-h4-lh: 1.3;  --t-h4-ls: 0em;
  --t-body-lg-size: 18px; --t-body-lg-lh: 1.6; --t-body-lg-ls: 0em;
  --t-body-size: 16px; --t-body-lh: 1.6; --t-body-ls: 0em;
  --t-body-sm-size: 14px; --t-body-sm-lh: 1.55; --t-body-sm-ls: 0em;
  --t-caption-size: 13px; --t-caption-lh: 1.4; --t-caption-ls: 0.01em;
  --t-micro-size: 11px; --t-micro-lh: 1.3; --t-micro-ls: 0.08em; /* uppercase eyebrow */
}
