{
  "meta": {
    "name": "ARC",
    "owner": "GroundBasic",
    "version": "1.0",
    "updated": "2026-09-18",
    "docs": "https://gb-design-7ob.pages.dev/docs.html"
  },
  "color": {
    "primary": {
      "normal": "#FF5900",
      "strong": "#E14E00",
      "heavy": "#AD3A00"
    },
    "secondary": "#C7F64F",
    "accent": {
      "blue": "#009DFF",
      "mint": "#C0FFF9"
    },
    "gray": {
      "50": "#F8F8F8",
      "100": "#F0F0F0",
      "200": "#E4E4E4",
      "300": "#D8D8D8",
      "400": "#C6C6C6",
      "500": "#8E8E8E",
      "600": "#717171",
      "700": "#555555",
      "800": "#2D2D2D",
      "900": "#1D1D1D"
    },
    "system": {
      "danger": "#EB003B",
      "warning": "#FFB724",
      "success": "#008A1E",
      "info": "#2768FF"
    },
    "label": {
      "title": "#1D1D1D",
      "body": "#555555",
      "alt": "#8E8E8E",
      "disable": "#C6C6C6"
    },
    "fill": {
      "normal": "#F0F0F0",
      "strong": "#E4E4E4",
      "alt": "#F7F8FA"
    },
    "line": {
      "normal": "#E4E4E4",
      "strong": "#C6C6C6",
      "alt": "#F0F0F0"
    },
    "background": {
      "normal": "#FFFFFF",
      "alt": "#F7F8FA",
      "page": "#F0F1F3"
    },
    "static": {
      "white": "#FFFFFF",
      "black": "#161616"
    },
    "interaction": {
      "focus": "#2768FF",
      "selectedRow": "rgba(39,104,255,.06)",
      "scrim": "rgba(22,22,22,.4)"
    }
  },
  "space": [
    2,
    4,
    6,
    8,
    12,
    16,
    20,
    24,
    32,
    40,
    48,
    64
  ],
  "radius": {
    "sm": 6,
    "md": 8,
    "lg": 12,
    "xl": 16,
    "full": 999
  },
  "shadow": {
    "card": "0 -2px 8px -2px rgba(16,24,40,.02),0 6px 20px -6px rgba(16,24,40,.04),0 2px 8px -2px rgba(16,24,40,.02)",
    "dropdown": "0 10px 30px rgba(0,0,0,.10)",
    "modal": "0 24px 48px -12px rgba(0,0,0,.28)"
  },
  "type": {
    "family": "Pretendard",
    "scale": {
      "displayL": {
        "size": 48,
        "weight": 700,
        "lh": "125%"
      },
      "displayM": {
        "size": 40,
        "weight": 700,
        "lh": "125%"
      },
      "displayS": {
        "size": 36,
        "weight": 700,
        "lh": "125%"
      },
      "titleL": {
        "size": 28,
        "weight": 700,
        "lh": "140%"
      },
      "titleM": {
        "size": 22,
        "weight": 700,
        "lh": "140%"
      },
      "titleS": {
        "size": 18,
        "weight": 700,
        "lh": "140%"
      },
      "bodyL": {
        "size": 16,
        "weight": 400,
        "lh": "180%"
      },
      "bodyM": {
        "size": 14,
        "weight": 400,
        "lh": "180%"
      },
      "labelL": {
        "size": 16,
        "weight": 400,
        "lh": "24px"
      },
      "labelM": {
        "size": 14,
        "weight": 400,
        "lh": "24px"
      },
      "labelS": {
        "size": 12,
        "weight": 400,
        "lh": "20px"
      },
      "caption": {
        "size": 12,
        "weight": 400,
        "lh": "16px"
      }
    }
  },
  "layout": {
    "sidebar": 256,
    "header": 64,
    "contentPadding": [
      40,
      32
    ],
    "contentMax": 1280,
    "cardGap": 16,
    "fieldGap": 20,
    "minWidth": 1080,
    "mobileBreakpoint": 640
  },
  "motion": {
    "ease": "cubic-bezier(.4,0,.2,1)",
    "fast": 150,
    "base": 200,
    "slow": 300
  }
}