{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "Generated from Codecademy — webdesignhot.com/design.md",
  "colors": {
    "bg": {
      "$type": "color",
      "$value": "#10162f"
    },
    "bg-deep": {
      "$type": "color",
      "$value": "#0a0d1c"
    },
    "bg-black": {
      "$type": "color",
      "$value": "#000000"
    },
    "surface": {
      "$type": "color",
      "$value": "#181d3a"
    },
    "surface-raised": {
      "$type": "color",
      "$value": "#24294a"
    },
    "surface-light": {
      "$type": "color",
      "$value": "#ffffff"
    },
    "text": {
      "$type": "color",
      "$value": "#ffffff"
    },
    "text-muted": {
      "$type": "color",
      "$value": "rgba(255,255,255,0.65)"
    },
    "text-faint": {
      "$type": "color",
      "$value": "rgba(255,255,255,0.50)"
    },
    "text-dark": {
      "$type": "color",
      "$value": "#10162f"
    },
    "brand": {
      "$type": "color",
      "$value": "#ffd300"
    },
    "brand-deep": {
      "$type": "color",
      "$value": "#d6b200"
    },
    "on-brand": {
      "$type": "color",
      "$value": "#10162f"
    },
    "info": {
      "$type": "color",
      "$value": "#66c4ff"
    },
    "growth": {
      "$type": "color",
      "$value": "#aee938"
    },
    "violet": {
      "$type": "color",
      "$value": "#3a10e5"
    },
    "blue": {
      "$type": "color",
      "$value": "#1557ff"
    },
    "border": {
      "$type": "color",
      "$value": "rgba(255,255,255,0.20)"
    },
    "border-strong": {
      "$type": "color",
      "$value": "rgba(255,255,255,0.35)"
    },
    "focus": {
      "$type": "color",
      "$value": "#ffd300"
    },
    "success": {
      "$type": "color",
      "$value": "#aee938"
    },
    "warning": {
      "$type": "color",
      "$value": "#ffd300"
    },
    "danger": {
      "$type": "color",
      "$value": "#ff6b6b"
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Suisse",
        "fontSize": "72px",
        "fontWeight": 500
      }
    },
    "h1": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Suisse",
        "fontSize": "40px",
        "fontWeight": 500
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Apercu",
        "fontSize": "16px",
        "lineHeight": 1.5
      }
    }
  },
  "radius": {
    "button": {
      "$type": "dimension",
      "$value": "8px"
    },
    "card": {
      "$type": "dimension",
      "$value": "16px"
    },
    "pill": {
      "$type": "dimension",
      "$value": "100px"
    }
  },
  "spacing": {
    "xs": {
      "$type": "dimension",
      "$value": "4px"
    },
    "sm": {
      "$type": "dimension",
      "$value": "8px"
    },
    "md": {
      "$type": "dimension",
      "$value": "16px"
    },
    "lg": {
      "$type": "dimension",
      "$value": "32px"
    },
    "xl": {
      "$type": "dimension",
      "$value": "48px"
    }
  }
}
