{
  "$description": "Brand: Oxford — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette oxford@1.0.0",
      "oxford-blue": {
        "$value": "#002147",
        "$type": "color",
        "$description": "The institutional Oxford Blue (Pantone 282) — primary brand colour."
      },
      "white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas in light mode."
      },
      "oxford-off-white": {
        "$value": "#F2F0F0",
        "$type": "color",
        "$description": "Warm off-white — soft canvas tint."
      },
      "oxford-ash-grey": {
        "$value": "#61615F",
        "$type": "color",
        "$description": "Mid-deep neutral — body text on light surfaces."
      },
      "oxford-umber": {
        "$value": "#89827A",
        "$type": "color",
        "$description": "Warm mid-neutral — secondary text."
      },
      "oxford-stone-grey": {
        "$value": "#D9D8D6",
        "$type": "color",
        "$description": "Soft warm grey — border / divider."
      },
      "oxford-shell-grey": {
        "$value": "#F1EEE9",
        "$type": "color",
        "$description": "Lightest warm neutral — surface tint."
      },
      "oxford-charcoal": {
        "$value": "#211D1C",
        "$type": "color",
        "$description": "Near-black — primary text on light canvas."
      },
      "oxford-cerulean-blue": {
        "$value": "#49B6FF",
        "$type": "color",
        "$description": "Bright sky-cerulean — digital accent."
      },
      "oxford-lemon-yellow": {
        "$value": "#F7EF66",
        "$type": "color",
        "$description": "Pale lemon — editorial highlight / warning."
      },
      "oxford-mauve": {
        "$value": "#776885",
        "$type": "color",
        "$description": "Muted mauve — editorial accent."
      },
      "oxford-peach": {
        "$value": "#E08D79",
        "$type": "color",
        "$description": "Warm peach — soft accent."
      },
      "oxford-potters-pink": {
        "$value": "#ED9390",
        "$type": "color",
        "$description": "Heritage pink — editorial accent."
      },
      "oxford-dusk": {
        "$value": "#C4A29E",
        "$type": "color",
        "$description": "Muted dusk — soft warm accent."
      },
      "oxford-lilac": {
        "$value": "#D1BDD5",
        "$type": "color",
        "$description": "Pale lilac — illustration tint."
      },
      "oxford-sienna": {
        "$value": "#994636",
        "$type": "color",
        "$description": "Deep sienna — heritage accent."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.oxford-charcoal}",
        "$type": "color",
        "$description": "background role → Oxford Charcoal"
      },
      "surface": {
        "$value": "{color.swatches.oxford-ash-grey}",
        "$type": "color",
        "$description": "surface role → Oxford Ash Grey"
      },
      "surface-elevated": {
        "$value": "{color.swatches.oxford-umber}",
        "$type": "color",
        "$description": "surface-elevated role → Oxford Umber"
      },
      "text-primary": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "text-primary role → White"
      },
      "text-secondary": {
        "$value": "{color.swatches.oxford-stone-grey}",
        "$type": "color",
        "$description": "text-secondary role → Oxford Stone Grey"
      },
      "text-tertiary": {
        "$value": "{color.swatches.oxford-shell-grey}",
        "$type": "color",
        "$description": "text-tertiary role → Oxford Shell Grey"
      },
      "primary": {
        "$value": "{color.swatches.oxford-cerulean-blue}",
        "$type": "color",
        "$description": "primary role → Oxford Cerulean Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.oxford-blue}",
        "$type": "color",
        "$description": "primary-hover role → Oxford Blue"
      },
      "accent": {
        "$value": "{color.swatches.oxford-cerulean-blue}",
        "$type": "color",
        "$description": "accent role → Oxford Cerulean Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.oxford-blue}",
        "$type": "color",
        "$description": "accent-hover role → Oxford Blue"
      },
      "warning": {
        "$value": "{color.swatches.oxford-lemon-yellow}",
        "$type": "color",
        "$description": "warning role → Oxford Lemon Yellow"
      },
      "warning-hover": {
        "$value": "{color.swatches.oxford-peach}",
        "$type": "color",
        "$description": "warning-hover role → Oxford Peach"
      },
      "error": {
        "$value": "{color.swatches.oxford-sienna}",
        "$type": "color",
        "$description": "error role → Oxford Sienna"
      },
      "success": {
        "$value": "{color.swatches.oxford-cerulean-blue}",
        "$type": "color",
        "$description": "success role → Oxford Cerulean Blue"
      },
      "border": {
        "$value": "{color.swatches.oxford-ash-grey}",
        "$type": "color",
        "$description": "border role → Oxford Ash Grey"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role identity → White"
        },
        "on-identity": {
          "$value": "{color.swatches.oxford-charcoal}",
          "$type": "color",
          "$description": "Brand role on-identity → Oxford Charcoal"
        },
        "primary": {
          "$value": "{color.swatches.oxford-blue}",
          "$type": "color",
          "$description": "Brand role primary → Oxford Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.oxford-charcoal}",
          "$type": "color",
          "$description": "Brand role primary-hover → Oxford Charcoal"
        },
        "accent": {
          "$value": "{color.swatches.oxford-cerulean-blue}",
          "$type": "color",
          "$description": "Brand role accent → Oxford Cerulean Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.oxford-blue}",
          "$type": "color",
          "$description": "Brand role accent-hover → Oxford Blue"
        },
        "mark": {
          "$value": "{color.swatches.oxford-blue}",
          "$type": "color",
          "$description": "Brand role mark → Oxford Blue"
        },
        "success": {
          "$value": "{color.swatches.oxford-blue}",
          "$type": "color",
          "$description": "Brand role success → Oxford Blue"
        },
        "warning": {
          "$value": "{color.swatches.oxford-lemon-yellow}",
          "$type": "color",
          "$description": "Brand role warning → Oxford Lemon Yellow"
        },
        "error": {
          "$value": "{color.swatches.oxford-sienna}",
          "$type": "color",
          "$description": "Brand role error → Oxford Sienna"
        },
        "text-primary-light": {
          "$value": "{color.swatches.oxford-charcoal}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Oxford Charcoal"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.oxford-charcoal}",
          "$type": "color",
          "$description": "Brand role background-dark → Oxford Charcoal"
        },
        "surface-light": {
          "$value": "{color.swatches.oxford-shell-grey}",
          "$type": "color",
          "$description": "Brand role surface-light → Oxford Shell Grey"
        },
        "surface-dark": {
          "$value": "{color.swatches.oxford-ash-grey}",
          "$type": "color",
          "$description": "Brand role surface-dark → Oxford Ash Grey"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.oxford-ash-grey}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Oxford Ash Grey"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.oxford-umber}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Oxford Umber"
        },
        "border-light": {
          "$value": "{color.swatches.oxford-stone-grey}",
          "$type": "color",
          "$description": "Brand role border-light → Oxford Stone Grey"
        }
      }
    }
  },
  "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"
      }
    },
    "serif": {
      "family": {
        "$value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "serif role → Lora (lora@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$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"
      }
    }
  }
}
