{
  "$description": "Brand: Atom Family (atom-family@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette convergent-deep-space@1.0.0",
      "deep-space-0": {
        "$value": "#07090F",
        "$type": "color",
        "$description": "Primary canvas — the deepest base."
      },
      "deep-space-1": {
        "$value": "#0B1020",
        "$type": "color",
        "$description": "Slightly elevated surface above canvas."
      },
      "deep-space-2": {
        "$value": "#11182C",
        "$type": "color",
        "$description": "Elevated surface for cards, modals, panels."
      },
      "snow-0": {
        "$value": "#EEF1F7",
        "$type": "color",
        "$description": "Primary text on deep-space canvas."
      },
      "snow-1": {
        "$value": "#A4ADBF",
        "$type": "color",
        "$description": "Secondary text, descriptions, captions."
      },
      "snow-2": {
        "$value": "#7D8699",
        "$type": "color",
        "$description": "Tertiary text, disabled states, micro-copy."
      },
      "frost-cyan": {
        "$value": "#5CD6FF",
        "$type": "color",
        "$description": "Primary accent. Links, interactive elements, focus ring."
      },
      "frost-cyan-soft": {
        "$value": "#8DE4FF",
        "$type": "color",
        "$description": "Hover/active state of the primary accent."
      },
      "solar-gold": {
        "$value": "#F4C75E",
        "$type": "color",
        "$description": "Brand mark color. The hexagonal-spiral logo, key wordmark accents."
      },
      "solar-gold-soft": {
        "$value": "#FFD982",
        "$type": "color",
        "$description": "Soft gold for backgrounds, hover states, secondary emphasis."
      },
      "ember-orange": {
        "$value": "#FF8A3D",
        "$type": "color",
        "$description": "Tertiary accent. Ambient warmth, secondary calls-to-action."
      },
      "ember-orange-soft": {
        "$value": "#FFB070",
        "$type": "color",
        "$description": "Soft orange for backgrounds, hover states."
      },
      "hairline-faint": {
        "$value": "#FFFFFF14",
        "$type": "color",
        "$description": "Subtle borders, dividers (white at ~8% alpha)."
      },
      "hairline-strong": {
        "$value": "#FFFFFF24",
        "$type": "color",
        "$description": "Stronger borders for emphasized separations (~14% alpha)."
      },
      "pure-white": {
        "$value": "#FFFFFF",
        "$type": "color"
      },
      "pure-black": {
        "$value": "#000000",
        "$type": "color"
      },
      "parchment-canvas": {
        "$value": "#F9F7F0",
        "$type": "color",
        "$description": "Warm cream canvas for light mode — complements gold accent."
      },
      "parchment-surface": {
        "$value": "#FDFCF7",
        "$type": "color",
        "$description": "Elevated surface above the parchment canvas."
      }
    }
  },
  "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"
      }
    }
  },
  "$extensions": {
    "com.brand-atoms.rules": [],
    "com.brand-atoms.assets": [
      {
        "id": "favicon",
        "category": "favicon",
        "name": "Favicon",
        "description": "32px 4-dot rounded-rect mark for browser tabs and app icons",
        "variants": [
          {
            "id": "dark",
            "file": "assets/favicon.svg",
            "colorScheme": "light-on-dark",
            "format": "svg"
          }
        ]
      },
      {
        "id": "mark",
        "category": "logo-mark",
        "name": "Hero Mark",
        "description": "120px 4-dot mark with glow halos for page heroes",
        "variants": [
          {
            "id": "dark",
            "file": "assets/mark.svg",
            "colorScheme": "light-on-dark",
            "format": "svg"
          }
        ]
      },
      {
        "id": "atom-family-icon",
        "category": "logo",
        "name": "Atom Family Icon",
        "description": "Molecular A-frame logo, icon-only variant",
        "variants": [
          {
            "id": "dark",
            "file": "assets/atom-family-icon.svg",
            "colorScheme": "light-on-dark",
            "format": "svg"
          }
        ]
      },
      {
        "id": "atom-family-wordmark",
        "category": "logo",
        "name": "Atom Family Wordmark",
        "description": "Molecular A-frame logo with ATOMS wordmark",
        "variants": [
          {
            "id": "dark",
            "file": "assets/atom-family-wordmark.svg",
            "colorScheme": "light-on-dark",
            "format": "svg"
          }
        ]
      }
    ],
    "com.brand-atoms.provenance": {
      "source": "https://convergent-systems.co",
      "license": "MIT",
      "attribution": "Atom Family brand identity. Part of the convergent-systems.co atoms ecosystem. Trademarks and design rights belong to Convergent Systems Co.\n"
    },
    "com.brand-atoms.references": {
      "palette": "convergent-deep-space@1.0.0",
      "fonts": {
        "heading": "inter@1.0.0",
        "body": "inter@1.0.0"
      }
    }
  }
}
