{
  "$description": "Brand: Oracle — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette oracle@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.oracle-coal}",
        "$type": "color",
        "$description": "background role → Oracle Coal"
      },
      "surface": {
        "$value": "{color.swatches.oracle-coal-elevated}",
        "$type": "color",
        "$description": "surface role → Oracle Coal Elevated"
      },
      "surface-elevated": {
        "$value": "{color.swatches.oracle-ink-secondary}",
        "$type": "color",
        "$description": "surface-elevated role → Oracle Ink Secondary"
      },
      "text-primary": {
        "$value": "{color.swatches.oracle-canvas}",
        "$type": "color",
        "$description": "text-primary role → Oracle Canvas"
      },
      "text-secondary": {
        "$value": "{color.swatches.oracle-stone}",
        "$type": "color",
        "$description": "text-secondary role → Oracle Stone"
      },
      "text-tertiary": {
        "$value": "{color.swatches.oracle-ink-tertiary}",
        "$type": "color",
        "$description": "text-tertiary role → Oracle Ink Tertiary"
      },
      "primary": {
        "$value": "{color.swatches.oracle-canvas}",
        "$type": "color",
        "$description": "primary role → Oracle Canvas"
      },
      "primary-hover": {
        "$value": "{color.swatches.oracle-stone}",
        "$type": "color",
        "$description": "primary-hover role → Oracle Stone"
      },
      "accent": {
        "$value": "{color.swatches.oracle-red}",
        "$type": "color",
        "$description": "accent role → Oracle Red"
      },
      "accent-hover": {
        "$value": "{color.swatches.oracle-red-deep}",
        "$type": "color",
        "$description": "accent-hover role → Oracle Red Deep"
      },
      "success": {
        "$value": "{color.swatches.oracle-mist}",
        "$type": "color",
        "$description": "success role → Oracle Mist"
      },
      "warning": {
        "$value": "{color.swatches.oracle-red}",
        "$type": "color",
        "$description": "warning role → Oracle Red"
      },
      "error": {
        "$value": "{color.swatches.oracle-error}",
        "$type": "color",
        "$description": "error role → Oracle Error"
      },
      "border": {
        "$value": "{color.swatches.oracle-ink-secondary}",
        "$type": "color",
        "$description": "border role → Oracle Ink Secondary"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.oracle-stone}",
          "$type": "color",
          "$description": "Brand role identity → Oracle Stone"
        },
        "on-identity": {
          "$value": "{color.swatches.oracle-ink}",
          "$type": "color",
          "$description": "Brand role on-identity → Oracle Ink"
        },
        "primary": {
          "$value": "{color.swatches.oracle-graphite}",
          "$type": "color",
          "$description": "Brand role primary → Oracle Graphite"
        },
        "primary-hover": {
          "$value": "{color.swatches.oracle-graphite-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Oracle Graphite Hover"
        },
        "accent": {
          "$value": "{color.swatches.oracle-red}",
          "$type": "color",
          "$description": "Brand role accent → Oracle Red"
        },
        "accent-hover": {
          "$value": "{color.swatches.oracle-red-deep}",
          "$type": "color",
          "$description": "Brand role accent-hover → Oracle Red Deep"
        },
        "mark": {
          "$value": "{color.swatches.oracle-red}",
          "$type": "color",
          "$description": "Brand role mark → Oracle Red"
        },
        "success": {
          "$value": "{color.swatches.oracle-link}",
          "$type": "color",
          "$description": "Brand role success → Oracle Link"
        },
        "warning": {
          "$value": "{color.swatches.oracle-red}",
          "$type": "color",
          "$description": "Brand role warning → Oracle Red"
        },
        "error": {
          "$value": "{color.swatches.oracle-error}",
          "$type": "color",
          "$description": "Brand role error → Oracle Error"
        },
        "text-primary-light": {
          "$value": "{color.swatches.oracle-ink}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Oracle Ink"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.oracle-canvas}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Oracle Canvas"
        },
        "background-light": {
          "$value": "{color.swatches.oracle-canvas}",
          "$type": "color",
          "$description": "Brand role background-light → Oracle Canvas"
        },
        "background-dark": {
          "$value": "{color.swatches.oracle-coal}",
          "$type": "color",
          "$description": "Brand role background-dark → Oracle Coal"
        },
        "surface-light": {
          "$value": "{color.swatches.oracle-stone}",
          "$type": "color",
          "$description": "Brand role surface-light → Oracle Stone"
        },
        "surface-dark": {
          "$value": "{color.swatches.oracle-coal-elevated}",
          "$type": "color",
          "$description": "Brand role surface-dark → Oracle Coal Elevated"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.oracle-ink-secondary}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Oracle Ink Secondary"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.oracle-ink-tertiary}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Oracle Ink Tertiary"
        },
        "border-light": {
          "$value": "{color.swatches.oracle-border}",
          "$type": "color",
          "$description": "Brand role border-light → Oracle Border"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Public Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Public Sans (public-sans@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": [
          "Public Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Public Sans (public-sans@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": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Source Code Pro (source-code-pro@1.0.0)"
      },
      "weight": {
        "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"
      }
    }
  }
}
