{
  "$description": "Brand: Framer — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette framer@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.framer-black}",
        "$type": "color",
        "$description": "background role → Framer Black"
      },
      "surface": {
        "$value": "{color.swatches.framer-surface-dark}",
        "$type": "color",
        "$description": "surface role → Framer Surface Dark"
      },
      "surface-elevated": {
        "$value": "{color.swatches.framer-surface-elevated-dark}",
        "$type": "color",
        "$description": "surface-elevated role → Framer Surface Elevated (Dark)"
      },
      "text-primary": {
        "$value": "{color.swatches.framer-white}",
        "$type": "color",
        "$description": "text-primary role → Framer White"
      },
      "text-secondary": {
        "$value": "{color.swatches.framer-text-secondary-dark}",
        "$type": "color",
        "$description": "text-secondary role → Framer Text Secondary (Dark)"
      },
      "text-tertiary": {
        "$value": "{color.swatches.framer-text-tertiary-dark}",
        "$type": "color",
        "$description": "text-tertiary role → Framer Text Tertiary (Dark)"
      },
      "primary": {
        "$value": "{color.swatches.framer-blue}",
        "$type": "color",
        "$description": "primary role → Framer Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.framer-blue-hover}",
        "$type": "color",
        "$description": "primary-hover role → Framer Blue Hover"
      },
      "accent": {
        "$value": "{color.swatches.framer-blue}",
        "$type": "color",
        "$description": "accent role → Framer Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.framer-blue-hover}",
        "$type": "color",
        "$description": "accent-hover role → Framer Blue Hover"
      },
      "warning": {
        "$value": "{color.swatches.framer-blue}",
        "$type": "color",
        "$description": "warning role → Framer Blue"
      },
      "warning-hover": {
        "$value": "{color.swatches.framer-blue-hover}",
        "$type": "color",
        "$description": "warning-hover role → Framer Blue Hover"
      },
      "error": {
        "$value": "{color.swatches.framer-blue}",
        "$type": "color",
        "$description": "error role → Framer Blue"
      },
      "success": {
        "$value": "{color.swatches.framer-blue}",
        "$type": "color",
        "$description": "success role → Framer Blue"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.framer-black}",
          "$type": "color",
          "$description": "Brand role identity → Framer Black"
        },
        "on-identity": {
          "$value": "{color.swatches.framer-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Framer White"
        },
        "background": {
          "$value": "{color.swatches.framer-black}",
          "$type": "color",
          "$description": "Brand role background → Framer Black"
        },
        "surface": {
          "$value": "{color.swatches.framer-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface → Framer Surface Dark"
        },
        "surface-elevated": {
          "$value": "{color.swatches.framer-surface-elevated-dark}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Framer Surface Elevated (Dark)"
        },
        "text-primary": {
          "$value": "{color.swatches.framer-white}",
          "$type": "color",
          "$description": "Brand role text-primary → Framer White"
        },
        "text-secondary": {
          "$value": "{color.swatches.framer-text-secondary-dark}",
          "$type": "color",
          "$description": "Brand role text-secondary → Framer Text Secondary (Dark)"
        },
        "text-tertiary": {
          "$value": "{color.swatches.framer-text-tertiary-dark}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Framer Text Tertiary (Dark)"
        },
        "primary": {
          "$value": "{color.swatches.framer-blue}",
          "$type": "color",
          "$description": "Brand role primary → Framer Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.framer-blue-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Framer Blue Hover"
        },
        "accent": {
          "$value": "{color.swatches.framer-blue}",
          "$type": "color",
          "$description": "Brand role accent → Framer Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.framer-blue-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Framer Blue Hover"
        },
        "success": {
          "$value": "{color.swatches.framer-blue}",
          "$type": "color",
          "$description": "Brand role success → Framer Blue"
        },
        "warning": {
          "$value": "{color.swatches.framer-blue}",
          "$type": "color",
          "$description": "Brand role warning → Framer Blue"
        },
        "error": {
          "$value": "{color.swatches.framer-blue}",
          "$type": "color",
          "$description": "Brand role error → Framer Blue"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
