{
  "_meta": {
    "note": "Tailwind v3 theme.extend preset. In Tailwind v4, import tokens.css directly.",
    "usage": "In tailwind.config.js presets array, or spread into theme.extend"
  },
  "theme": {
    "extend": {
      "colors": {
        "background": "oklch(0.989 0.005 78.298)",
        "secondary": "oklch(0.959 0.01 81.795)",
        "secondary-foreground": "oklch(0.278 0.012 84.582)",
        "muted": "oklch(0.954 0.009 78.281)",
        "muted-foreground": "oklch(0.42 0.014 79.716)",
        "accent": "oklch(0.954 0.009 78.281)",
        "accent-foreground": "oklch(0.278 0.012 84.582)",
        "border": "oklch(0.915 0.015 80.705)",
        "input": "oklch(0.915 0.015 80.705)",
        "rating-light": "oklch(0.924 0.115 95.746)",
        "rating": "oklch(0.82 0.17 78.336)",
        "rating-dark": "oklch(0.555 0.146 48.998)",
        "sidebar": "oklch(0.985 0 0)",
        "sidebar-foreground": "oklch(0.145 0 0)",
        "sidebar-primary": "oklch(0.546 0.245 262.881)",
        "sidebar-primary-foreground": "oklch(0.97 0.014 254.604)",
        "sidebar-accent": "oklch(0.97 0 0)",
        "sidebar-accent-foreground": "oklch(0.205 0 0)",
        "sidebar-border": "oklch(0.922 0 0)",
        "sidebar-ring": "oklch(0.708 0 0)",
        "chart-1": "oklch(0.87 0 0)",
        "chart-2": "oklch(0.556 0 0)",
        "chart-3": "oklch(0.439 0 0)",
        "chart-4": "oklch(0.371 0 0)",
        "chart-5": "oklch(0.269 0 0)"
      },
      "borderRadius": {},
      "fontFamily": {
        "sans": [],
        "display": []
      },
      "transitionTimingFunction": {},
      "boxShadow": {}
    }
  }
}