{
  "$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": {
      "signature-red": {
        "value": "#E7131A",
        "type": "color",
        "description": "The signature Atlantic red — masthead and ™ accent."
      },
      "red-bright": {
        "value": "#F0204F",
        "type": "color",
        "description": "Brighter red for live-update and emphasis."
      },
      "red-deep": {
        "value": "#D0021B",
        "type": "color",
        "description": "Deeper red — pressed states and editorial emphasis."
      },
      "cream": {
        "value": "#FAF4EB",
        "type": "color",
        "description": "Warm cream canvas — the Atlantic paper tone."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Bright white — high-contrast canvas alternate."
      },
      "surface-light": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "Cool quiet surface."
      },
      "surface-tint": {
        "value": "#F5F5F5",
        "type": "color",
        "description": "Lighter cool surface."
      },
      "surface-quiet": {
        "value": "#F4F4F4",
        "type": "color",
        "description": "Subtle inset surface."
      },
      "surface-faint": {
        "value": "#F0F0F0",
        "type": "color",
        "description": "Faintest quiet surface tint."
      },
      "ink": {
        "value": "#1E1E1E",
        "type": "color",
        "description": "Primary body text — the Atlantic ink."
      },
      "ink-warm": {
        "value": "#2C2C2C",
        "type": "color",
        "description": "Warm body text variant."
      },
      "ink-cool": {
        "value": "#2D2D2D",
        "type": "color",
        "description": "Cool body text variant."
      },
      "graphite": {
        "value": "#39434B",
        "type": "color",
        "description": "Cool graphite — heading and deck color."
      },
      "graphite-medium": {
        "value": "#484542",
        "type": "color",
        "description": "Warm graphite — alternate body."
      },
      "graphite-quiet": {
        "value": "#5E6A74",
        "type": "color",
        "description": "Quiet graphite — secondary text on light."
      },
      "gray-disabled": {
        "value": "#9B9B9B",
        "type": "color",
        "description": "Disabled text; quiet meta."
      },
      "gray-border": {
        "value": "#C1C1C1",
        "type": "color",
        "description": "Heavy border weight."
      },
      "gray-divider": {
        "value": "#DBDBDB",
        "type": "color",
        "description": "Quiet rule weight."
      },
      "cyan-deep": {
        "value": "#00ADC3",
        "type": "color",
        "description": "Calm cyan — data viz and interactive emphasis."
      },
      "cyan-bright": {
        "value": "#31C6CC",
        "type": "color",
        "description": "Brighter cyan for hover and accent."
      },
      "blue-link": {
        "value": "#0076BF",
        "type": "color",
        "description": "Trusted-source link blue."
      },
      "blue-link-deep": {
        "value": "#0066BE",
        "type": "color",
        "description": "Pressed blue link."
      },
      "navy": {
        "value": "#000929",
        "type": "color",
        "description": "Deep navy — dark accent surface."
      },
      "gold": {
        "value": "#FFC200",
        "type": "color",
        "description": "Warning gold; quiet editorial highlight."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Playfair Display",
        "type": "fontFamilies",
        "description": "playfair-display@1.0.0 · serif"
      },
      "body": {
        "value": "Lora",
        "type": "fontFamilies",
        "description": "lora@1.0.0 · serif"
      },
      "sans": {
        "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": [
          "Playfair Display",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "sans": {
        "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.cream}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.surface-light}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.graphite}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.graphite-quiet}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue-link}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-link-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-deep}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.gold}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-deep}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.graphite}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.graphite-medium}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-border}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cyan-bright}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.cyan-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.gold}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-bright}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.graphite}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue-link}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-link-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-deep}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.signature-red}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.gold}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-deep}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.cream}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.surface-light}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.graphite}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.graphite}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.graphite-quiet}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "The Atlantic",
    "ref": "the-atlantic@1.0.0",
    "paletteRef": "the-atlantic@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
