{
  "$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": {
      "oracle-red": {
        "value": "#C0533F",
        "type": "color",
        "description": "Modern Oracle Red — the brand mark color sampled from live feature modules."
      },
      "oracle-red-deep": {
        "value": "#A03D2C",
        "type": "color",
        "description": "Pressed / hover variant of Oracle Red for interactive surfaces."
      },
      "oracle-canvas": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas — the bright neutral surface oracle.com reads against."
      },
      "oracle-stone": {
        "value": "#F1EFED",
        "type": "color",
        "description": "Warm light theme base; the section-fill surface on light modules."
      },
      "oracle-stone-disabled": {
        "value": "#FBF9F8",
        "type": "color",
        "description": "Disabled-state surface tint; a step lighter than oracle-stone."
      },
      "oracle-border": {
        "value": "#E4E1DD",
        "type": "color",
        "description": "Quiet divider on the oracle-stone canvas."
      },
      "oracle-ink": {
        "value": "#161513",
        "type": "color",
        "description": "Primary text on oracle-canvas — deep near-black."
      },
      "oracle-ink-secondary": {
        "value": "#464F4F",
        "type": "color",
        "description": "Secondary text; muted graphite for body copy de-emphasis."
      },
      "oracle-ink-tertiary": {
        "value": "#697778",
        "type": "color",
        "description": "Tertiary text / caption tone — quiet metadata."
      },
      "oracle-ink-disabled": {
        "value": "#AEA8A2",
        "type": "color",
        "description": "Disabled-state text tone."
      },
      "oracle-graphite": {
        "value": "#312D2A",
        "type": "color",
        "description": "Primary CTA button fill — deep warm graphite for one-step-darker action surfaces."
      },
      "oracle-graphite-hover": {
        "value": "#3A3632",
        "type": "color",
        "description": "Hover variant of oracle-graphite."
      },
      "oracle-coal": {
        "value": "#201E1C",
        "type": "color",
        "description": "Dark-mode canvas — the near-black product chrome surface."
      },
      "oracle-coal-elevated": {
        "value": "#312D2A",
        "type": "color",
        "description": "Elevated surface in dark mode."
      },
      "oracle-mist": {
        "value": "#C2D4D4",
        "type": "color",
        "description": "Pale teal-gray secondary accent; the calm chrome wash on light modules."
      },
      "oracle-mist-deep": {
        "value": "#8B9D9E",
        "type": "color",
        "description": "Mid teal-gray; supporting alt-accent."
      },
      "oracle-link": {
        "value": "#006B8F",
        "type": "color",
        "description": "Trust-blue link color used across long-form documentation."
      },
      "oracle-focus": {
        "value": "#227E9E",
        "type": "color",
        "description": "Focus-ring color on form inputs (light + dark)."
      },
      "oracle-error": {
        "value": "#D63B25",
        "type": "color",
        "description": "Form-error red — distinct from the brand Oracle Red mark color."
      },
      "oracle-link-invert": {
        "value": "#F0CC71",
        "type": "color",
        "description": "Inverted link color used on dark backgrounds."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Public Sans",
        "type": "fontFamilies",
        "description": "public-sans@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Public Sans",
        "type": "fontFamilies",
        "description": "public-sans@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Public Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Public Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.oracle-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.oracle-stone}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.oracle-canvas}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.oracle-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.oracle-ink-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.oracle-ink-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.oracle-graphite}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.oracle-graphite-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.oracle-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.oracle-red-deep}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.oracle-link}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.oracle-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.oracle-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.oracle-border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.oracle-coal}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.oracle-coal-elevated}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.oracle-ink-secondary}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.oracle-canvas}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.oracle-stone}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.oracle-ink-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.oracle-canvas}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.oracle-stone}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.oracle-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.oracle-red-deep}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.oracle-mist}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.oracle-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.oracle-error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.oracle-ink-secondary}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.oracle-stone}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.oracle-ink}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.oracle-graphite}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.oracle-graphite-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.oracle-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.oracle-red-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.oracle-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.oracle-link}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.oracle-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.oracle-error}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.oracle-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.oracle-canvas}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.oracle-canvas}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.oracle-coal}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.oracle-stone}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.oracle-coal-elevated}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.oracle-ink-secondary}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.oracle-ink-tertiary}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.oracle-border}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Oracle",
    "ref": "oracle@1.0.0",
    "paletteRef": "oracle@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
