{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "name": "DEGIT Signal",
  "fontFamily": "Manrope",
  "colors": {
    "mint": "#2DE3A8",
    "blue": "#708DFF",
    "coral": "#FF6B6B",
    "yellow": "#FFC857",
    "violet": "#A67CFF",
    "ink": "#07120D"
  },
  "light": {
    "background": "#F4FBF8",
    "surface": "#FFFFFF",
    "surfaceSubtle": "#E7F5EF",
    "foreground": "#18251F",
    "mutedForeground": "#50625A",
    "border": "#C9DDD4"
  },
  "dark": {
    "background": "#07120D",
    "surface": "#0C1D15",
    "surfaceSubtle": "#12261D",
    "foreground": "#E8F3EE",
    "mutedForeground": "#9DAFA6",
    "border": "#233D31"
  },
  "radius": {
    "small": "4px",
    "medium": "10px",
    "large": "18px"
  },
  "spacing": {
    "xs": "4px",
    "sm": "8px",
    "md": "16px",
    "lg": "24px",
    "xl": "40px",
    "xxl": "64px"
  }
}

