/* ============================================================
   DESIGN TOKENS: TYPOGRAPHY
   ============================================================ */

:root {
    /* ========================================
       FONT FAMILIES
       ======================================== */
    --ds-font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --ds-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    /* ========================================
       FONT SIZES (Type Scale)
       ======================================== */
    --ds-font-size-xs: 0.75rem;      /* 12px */
    --ds-font-size-sm: 0.875rem;     /* 14px */
    --ds-font-size-base: 1rem;       /* 16px */
    --ds-font-size-md: 1.125rem;     /* 18px */
    --ds-font-size-lg: 1.25rem;      /* 20px */
    --ds-font-size-xl: 1.5rem;       /* 24px */
    --ds-font-size-2xl: 2rem;        /* 32px */
    --ds-font-size-3xl: 2.5rem;      /* 40px */
    --ds-font-size-4xl: 3rem;        /* 48px */

    /* ========================================
       FONT WEIGHTS
       ======================================== */
    --ds-font-weight-light: 300;
    --ds-font-weight-normal: 400;
    --ds-font-weight-medium: 500;
    --ds-font-weight-semibold: 600;
    --ds-font-weight-bold: 700;

    /* ========================================
       LINE HEIGHTS
       ======================================== */
    --ds-line-height-tight: 1.25;
    --ds-line-height-normal: 1.5;
    --ds-line-height-relaxed: 1.75;
    --ds-line-height-loose: 2;

    /* ========================================
       LETTER SPACING
       ======================================== */
    --ds-letter-spacing-tight: -0.02em;
    --ds-letter-spacing-normal: 0;
    --ds-letter-spacing-wide: 0.025em;
}
