{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "framer-blue": {
        "value": "#0055FF",
        "type": "color",
        "description": "Signature saturated blue. Primary brand color — used on primary CTAs, the wordmark on light surfaces, and key interactive accents on the dark canvas.\n"
      },
      "framer-black": {
        "value": "#000000",
        "type": "color",
        "description": "Canonical dark-mode canvas — the brand's primary surface."
      },
      "framer-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Display type on dark canvas; canvas on light mode."
      },
      "framer-canvas-near-black": {
        "value": "#0A0A0A",
        "type": "color",
        "description": "Authored near-black canvas — used for slight surface differentiation against pure black."
      },
      "framer-surface-dark": {
        "value": "#171717",
        "type": "color",
        "description": "Authored elevated surface on the dark canvas."
      },
      "framer-surface-elevated-dark": {
        "value": "#262626",
        "type": "color",
        "description": "Authored modal / popover surface on dark."
      },
      "framer-surface-light": {
        "value": "#F4F4F4",
        "type": "color",
        "description": "Authored panel surface for light mode."
      },
      "framer-text-secondary-dark": {
        "value": "#B3B3B3",
        "type": "color",
        "description": "Authored secondary text on the dark canvas."
      },
      "framer-text-tertiary-dark": {
        "value": "#777777",
        "type": "color",
        "description": "Authored tertiary / muted text on the dark canvas."
      },
      "framer-text-secondary-light": {
        "value": "#4A4A4A",
        "type": "color",
        "description": "Authored secondary text on the light canvas."
      },
      "framer-text-tertiary-light": {
        "value": "#878787",
        "type": "color",
        "description": "Authored tertiary / muted text on the light canvas."
      },
      "framer-blue-hover": {
        "value": "#3370FF",
        "type": "color",
        "description": "Authored softer Framer Blue for hover / active states."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.framer-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.framer-surface-light}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.framer-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.framer-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.framer-text-secondary-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.framer-text-tertiary-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.framer-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.framer-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.framer-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.framer-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.framer-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.framer-text-tertiary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.framer-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.framer-white}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.framer-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.framer-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.framer-surface-elevated-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.framer-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.framer-text-secondary-dark}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.framer-text-tertiary-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.framer-blue-hover}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.framer-blue}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Framer",
    "ref": "framer@1.0.0",
    "paletteRef": "framer@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
