{
  "$schema": "https://williamzujkowski.github.io/remarque/tokens.schema.json",
  "$description": "Remarque design tokens — GENERATED from tokens-core.css + tokens-palette.css by scripts/tokens-json.mjs. Do not edit; the CSS is the source of truth.",
  "$extensions": {
    "remarque": {
      "version": "0.26.0",
      "tiers": {
        "core": "immutable identity — overriding forks the system",
        "palette": "sanctioned personalization surface — override freely, then run remarque-audit"
      },
      "dtcg": {
        "conformance": "partial — $value/$type present on every token (conformant in spirit); two deliberate structural divergences below",
        "divergences": [
          {
            "aspect": "color-value-encoding",
            "detail": "Color $value is an oklch() CSS string, not the DTCG structured color object ({ colorSpace, components, alpha }).",
            "gatedOn": "DTCG color $type structured-value format ratifying"
          },
          {
            "aspect": "multi-mode-theming",
            "detail": "Palette-tier tokens nest per-token { light: {$value}, dark: {$value} } groups instead of a single $value plus a modes/resolver mechanism.",
            "gatedOn": "DTCG multi-mode / resolver draft ratifying"
          }
        ],
        "note": "Deliberate, not oversight — see REMARQUE.md \"DTCG Conformance\" for the argument. Do not \"fix\" these toward the current unratified drafts; re-derive from the CSS via scripts/tokens-json.mjs instead."
      }
    }
  },
  "core": {
    "text-display": {
      "$value": "clamp(2.75rem, 5.5vw, 5rem)",
      "$type": "dimension"
    },
    "text-title": {
      "$value": "clamp(1.875rem, 3.5vw, 3rem)",
      "$type": "dimension"
    },
    "text-section": {
      "$value": "clamp(1.375rem, 2.25vw, 2rem)",
      "$type": "dimension"
    },
    "text-body-lg": {
      "$value": "1.1875rem",
      "$type": "dimension"
    },
    "text-body": {
      "$value": "1.0625rem",
      "$type": "dimension"
    },
    "text-meta": {
      "$value": "0.875rem",
      "$type": "dimension"
    },
    "text-micro": {
      "$value": "0.8125rem",
      "$type": "dimension"
    },
    "leading-display": {
      "$value": 1.05,
      "$type": "number"
    },
    "leading-title": {
      "$value": 1.15,
      "$type": "number"
    },
    "leading-section": {
      "$value": 1.2,
      "$type": "number"
    },
    "leading-body": {
      "$value": 1.75,
      "$type": "number"
    },
    "leading-meta": {
      "$value": 1.5,
      "$type": "number"
    },
    "tracking-display": {
      "$value": "-0.02em",
      "$type": "dimension"
    },
    "tracking-title": {
      "$value": "-0.015em",
      "$type": "dimension"
    },
    "tracking-body": {
      "$value": "0em",
      "$type": "dimension"
    },
    "tracking-meta": {
      "$value": "0.02em",
      "$type": "dimension"
    },
    "tracking-caps": {
      "$value": "0.06em",
      "$type": "dimension"
    },
    "weight-regular": {
      "$value": 400,
      "$type": "fontWeight"
    },
    "weight-medium": {
      "$value": 500,
      "$type": "fontWeight"
    },
    "weight-semibold": {
      "$value": 600,
      "$type": "fontWeight"
    },
    "space-1": {
      "$value": "0.25rem",
      "$type": "dimension"
    },
    "space-2": {
      "$value": "0.5rem",
      "$type": "dimension"
    },
    "space-3": {
      "$value": "0.75rem",
      "$type": "dimension"
    },
    "space-4": {
      "$value": "1rem",
      "$type": "dimension"
    },
    "space-5": {
      "$value": "1.5rem",
      "$type": "dimension"
    },
    "space-6": {
      "$value": "2rem",
      "$type": "dimension"
    },
    "space-7": {
      "$value": "3rem",
      "$type": "dimension"
    },
    "space-8": {
      "$value": "4rem",
      "$type": "dimension"
    },
    "space-9": {
      "$value": "6rem",
      "$type": "dimension"
    },
    "space-10": {
      "$value": "8rem",
      "$type": "dimension"
    },
    "space-11": {
      "$value": "10rem",
      "$type": "dimension"
    },
    "space-12": {
      "$value": "12rem",
      "$type": "dimension"
    },
    "content-standard": {
      "$value": "72rem",
      "$type": "dimension"
    },
    "content-wide": {
      "$value": "88rem",
      "$type": "dimension"
    },
    "radius-sm": {
      "$value": "0.25rem",
      "$type": "dimension"
    },
    "radius-md": {
      "$value": "0.5rem",
      "$type": "dimension"
    },
    "radius-none": {
      "$value": "0",
      "$type": "dimension"
    },
    "border-width": {
      "$value": "1px",
      "$type": "dimension"
    },
    "border-style": {
      "$value": "solid",
      "$type": "string"
    },
    "motion-fast": {
      "$value": "120ms",
      "$type": "duration"
    },
    "motion-normal": {
      "$value": "180ms",
      "$type": "duration"
    },
    "motion-easing": {
      "$value": "ease-out",
      "$type": "string"
    },
    "z-base": {
      "$value": 0,
      "$type": "number"
    },
    "z-sticky": {
      "$value": 10,
      "$type": "number"
    },
    "z-dropdown": {
      "$value": 20,
      "$type": "number"
    },
    "z-overlay": {
      "$value": 30,
      "$type": "number"
    },
    "z-modal": {
      "$value": 40,
      "$type": "number"
    },
    "z-toast": {
      "$value": 50,
      "$type": "number"
    },
    "z-skip-link": {
      "$value": 60,
      "$type": "number"
    }
  },
  "palette": {
    "font-display": {
      "$type": "fontFamily",
      "light": {
        "$value": "\"Newsreader\", Georgia, \"Times New Roman\", serif"
      },
      "dark": {
        "$value": "\"Newsreader\", Georgia, \"Times New Roman\", serif",
        "$extensions": {
          "remarque": {
            "inheritedFromLight": true
          }
        }
      }
    },
    "font-body": {
      "$type": "fontFamily",
      "light": {
        "$value": "\"Inter\", ui-sans-serif, system-ui, -apple-system, sans-serif"
      },
      "dark": {
        "$value": "\"Inter\", ui-sans-serif, system-ui, -apple-system, sans-serif",
        "$extensions": {
          "remarque": {
            "inheritedFromLight": true
          }
        }
      }
    },
    "font-mono": {
      "$type": "fontFamily",
      "light": {
        "$value": "\"JetBrains Mono\", ui-monospace, \"Cascadia Code\", \"Fira Code\", monospace"
      },
      "dark": {
        "$value": "\"JetBrains Mono\", ui-monospace, \"Cascadia Code\", \"Fira Code\", monospace",
        "$extensions": {
          "remarque": {
            "inheritedFromLight": true
          }
        }
      }
    },
    "content-reading": {
      "$type": "dimension",
      "light": {
        "$value": "46rem"
      },
      "dark": {
        "$value": "46rem",
        "$extensions": {
          "remarque": {
            "inheritedFromLight": true
          }
        }
      }
    },
    "weight-display": {
      "$type": "fontWeight",
      "light": {
        "$value": 400
      },
      "dark": {
        "$value": 500
      }
    },
    "color-bg": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.975 0.005 80)"
      },
      "dark": {
        "$value": "oklch(0.16 0.01 80)"
      }
    },
    "color-bg-subtle": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.955 0.005 80)"
      },
      "dark": {
        "$value": "oklch(0.19 0.01 80)"
      }
    },
    "color-fg": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.18 0.01 80)"
      },
      "dark": {
        "$value": "oklch(0.90 0.005 80)"
      }
    },
    "color-fg-muted": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.43 0.015 80)"
      },
      "dark": {
        "$value": "oklch(0.70 0.01 80)"
      }
    },
    "color-muted": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.54 0.01 80)"
      },
      "dark": {
        "$value": "oklch(0.60 0.01 80)"
      }
    },
    "color-border": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.88 0.005 80)"
      },
      "dark": {
        "$value": "oklch(0.25 0.005 80)"
      }
    },
    "color-border-bold": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.62 0.01 80)"
      },
      "dark": {
        "$value": "oklch(0.50 0.01 80)"
      }
    },
    "color-surface": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.965 0.005 80)"
      },
      "dark": {
        "$value": "oklch(0.19 0.01 80)"
      }
    },
    "color-accent": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.50 0.14 250)"
      },
      "dark": {
        "$value": "oklch(0.68 0.12 250)"
      }
    },
    "color-accent-hover": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.42 0.11 250)"
      },
      "dark": {
        "$value": "oklch(0.75 0.12 250)"
      }
    },
    "color-accent-subtle": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.95 0.02 250)"
      },
      "dark": {
        "$value": "oklch(0.22 0.04 250)"
      }
    },
    "color-link": {
      "$type": "color",
      "light": {
        "$value": "var(--color-accent)"
      },
      "dark": {
        "$value": "var(--color-accent)",
        "$extensions": {
          "remarque": {
            "inheritedFromLight": true
          }
        }
      }
    },
    "color-link-hover": {
      "$type": "color",
      "light": {
        "$value": "var(--color-accent-hover)"
      },
      "dark": {
        "$value": "var(--color-accent-hover)",
        "$extensions": {
          "remarque": {
            "inheritedFromLight": true
          }
        }
      }
    },
    "color-focus-ring": {
      "$type": "color",
      "light": {
        "$value": "var(--color-accent)"
      },
      "dark": {
        "$value": "var(--color-accent)",
        "$extensions": {
          "remarque": {
            "inheritedFromLight": true
          }
        }
      }
    },
    "color-selection-bg": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.92 0.04 250)"
      },
      "dark": {
        "$value": "oklch(0.30 0.06 250)"
      }
    },
    "color-selection-fg": {
      "$type": "color",
      "light": {
        "$value": "var(--color-fg)"
      },
      "dark": {
        "$value": "oklch(0.92 0.005 80)"
      }
    },
    "color-code-bg": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.945 0.005 80)"
      },
      "dark": {
        "$value": "oklch(0.20 0.005 80)"
      }
    },
    "color-code-fg": {
      "$type": "color",
      "light": {
        "$value": "var(--color-fg)"
      },
      "dark": {
        "$value": "oklch(0.88 0.005 80)"
      }
    },
    "color-syntax-keyword": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.51 0.12 250)"
      },
      "dark": {
        "$value": "oklch(0.61 0.11 250)"
      }
    },
    "color-syntax-string": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.50 0.12 145)"
      },
      "dark": {
        "$value": "oklch(0.60 0.11 145)"
      }
    },
    "color-syntax-constant": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.51 0.105 85)"
      },
      "dark": {
        "$value": "oklch(0.61 0.11 84)"
      }
    },
    "color-syntax-comment": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.52 0.01 80)"
      },
      "dark": {
        "$value": "oklch(0.60 0.005 80)"
      }
    },
    "color-syntax-function": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.52 0.12 310)"
      },
      "dark": {
        "$value": "oklch(0.62 0.11 310)"
      }
    },
    "color-syntax-type": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.50 0.085 196)"
      },
      "dark": {
        "$value": "oklch(0.60 0.10 195)"
      }
    },
    "color-syntax-punctuation": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.52 0.01 80)"
      },
      "dark": {
        "$value": "oklch(0.60 0.005 80)"
      }
    },
    "color-syntax-variable": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.26 0.01 80)"
      },
      "dark": {
        "$value": "oklch(0.82 0.005 80)"
      }
    },
    "color-syntax-link": {
      "$type": "color",
      "light": {
        "$value": "var(--color-accent)"
      },
      "dark": {
        "$value": "var(--color-accent)"
      }
    },
    "color-error": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.52 0.12  25)"
      },
      "dark": {
        "$value": "oklch(0.62 0.11 26)"
      }
    },
    "color-error-subtle": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.95 0.02  25)"
      },
      "dark": {
        "$value": "oklch(0.22 0.04 25)"
      }
    },
    "color-success": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.51 0.12  145)"
      },
      "dark": {
        "$value": "oklch(0.61 0.11 145)"
      }
    },
    "color-success-subtle": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.95 0.02  145)"
      },
      "dark": {
        "$value": "oklch(0.22 0.04 145)"
      }
    },
    "color-warning": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.52 0.105 85)"
      },
      "dark": {
        "$value": "oklch(0.62 0.11 85)"
      }
    },
    "color-warning-subtle": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.95 0.02  85)"
      },
      "dark": {
        "$value": "oklch(0.22 0.04 85)"
      }
    },
    "color-disabled": {
      "$type": "color",
      "light": {
        "$value": "var(--color-muted)"
      },
      "dark": {
        "$value": "var(--color-muted)"
      }
    },
    "color-viz-1": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.538 0.121 250.5)"
      },
      "dark": {
        "$value": "oklch(0.708 0.129 249.5)"
      }
    },
    "color-viz-2": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.541 0.111 85.5)"
      },
      "dark": {
        "$value": "oklch(0.712 0.13  85.3)"
      }
    },
    "color-viz-3": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.524 0.12  24.6)"
      },
      "dark": {
        "$value": "oklch(0.724 0.129 310.2)"
      }
    },
    "color-viz-4": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.499 0.12  144.8)"
      },
      "dark": {
        "$value": "oklch(0.725 0.129 25.4)"
      }
    },
    "color-viz-5": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.524 0.121 309.6)"
      },
      "dark": {
        "$value": "oklch(0.696 0.129 144.9)"
      }
    },
    "color-viz-6": {
      "$type": "color",
      "light": {
        "$value": "oklch(0.528 0.09  195.8)"
      },
      "dark": {
        "$value": "oklch(0.697 0.119 194.8)"
      }
    }
  }
}
