/* ===========================================================================
   Cosmic Shradha — Typography tokens
   Poppins is the workhorse across the entire product. Nunito / Inter appear
   only in device-chrome glyphs. Font files load via fonts.css (Google Fonts).
   =========================================================================== */

:root {
  --font-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-chrome: "Inter", var(--font-sans); /* small status-bar / caption glyphs */

  /* Weights actually used in the file */
  --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 */

  /* ---- Type scale (px sizes verbatim from the source) ---- */
  --fs-display: 34px;   /* "Welcome to Cosmic Shradha" hero */
  --fs-h1: 22px;        /* profile name, screen big titles */
  --fs-h2: 18px;        /* card section titles ("Others", "Notification Settings") */
  --fs-h3: 16px;        /* list-row title, button label */
  --fs-body: 15px;      /* paragraph / helper */
  --fs-body-sm: 14px;
  --fs-caption: 12px;   /* row subtitle, meta */
  --fs-micro: 11px;     /* badge, timestamp */
  --fs-nano: 10px;      /* tab label, tiny caption */

  /* ---- Line heights ---- */
  --lh-tight: 1;        /* @kind font */
  --lh-snug: 1.2;       /* @kind font */
  --lh-body: 1.45;      /* @kind font */
  --lh-relaxed: 1.5;    /* @kind font */

  /* ---- Letter spacing ---- */
  --ls-caps: 0.08em;    /* @kind font */
}
