{
  "$themes": [
    {
      "id": "scicom",
      "name": "Scicom",
      "selectedTokenSets": {
        "global": "enabled",
        "scicom": "enabled"
      }
    },
    {
      "id": "emgs",
      "name": "EMGS",
      "selectedTokenSets": {
        "global": "enabled",
        "emgs": "enabled"
      }
    },
    {
      "id": "telekom",
      "name": "Telekom Malaysia",
      "selectedTokenSets": {
        "global": "enabled",
        "telekom": "enabled"
      }
    }
  ],
  "global": {
    "colors": {
      "gray": {
        "50": { "value": "#fafafa", "type": "color" },
        "100": { "value": "#f4f4f5", "type": "color" },
        "200": { "value": "#e4e4e7", "type": "color" },
        "300": { "value": "#d4d4d8", "type": "color" },
        "400": { "value": "#a1a1aa", "type": "color" },
        "500": { "value": "#71717a", "type": "color" },
        "600": { "value": "#52525b", "type": "color" },
        "700": { "value": "#3f3f46", "type": "color" },
        "800": { "value": "#27272a", "type": "color" },
        "900": { "value": "#18181b", "type": "color" },
        "950": { "value": "#09090b", "type": "color" }
      },
      "danger": {
        "50": { "value": "#fef2f2", "type": "color" },
        "100": { "value": "#fee2e2", "type": "color" },
        "200": { "value": "#fecaca", "type": "color" },
        "300": { "value": "#fca5a5", "type": "color" },
        "400": { "value": "#f87171", "type": "color" },
        "500": { "value": "#ef4444", "type": "color" },
        "600": { "value": "#dc2626", "type": "color" },
        "700": { "value": "#b91c1c", "type": "color" },
        "800": { "value": "#991b1b", "type": "color" },
        "900": { "value": "#7f1d1d", "type": "color" },
        "950": { "value": "#450a0a", "type": "color" }
      },
      "success": {
        "50": { "value": "#f0fdf4", "type": "color" },
        "100": { "value": "#dcfce7", "type": "color" },
        "200": { "value": "#bbf7d0", "type": "color" },
        "300": { "value": "#86efac", "type": "color" },
        "400": { "value": "#4ade80", "type": "color" },
        "500": { "value": "#22c55e", "type": "color" },
        "600": { "value": "#16a34a", "type": "color" },
        "700": { "value": "#15803d", "type": "color" },
        "800": { "value": "#166534", "type": "color" },
        "900": { "value": "#14532d", "type": "color" },
        "950": { "value": "#052e16", "type": "color" }
      },
      "warning": {
        "50": { "value": "#fffbeb", "type": "color" },
        "100": { "value": "#fef3c7", "type": "color" },
        "200": { "value": "#fde68a", "type": "color" },
        "300": { "value": "#fcd34d", "type": "color" },
        "400": { "value": "#fbbf24", "type": "color" },
        "500": { "value": "#f59e0b", "type": "color" },
        "600": { "value": "#d97706", "type": "color" },
        "700": { "value": "#b45309", "type": "color" },
        "800": { "value": "#92400e", "type": "color" },
        "900": { "value": "#78350f", "type": "color" },
        "950": { "value": "#451a03", "type": "color" }
      }
    },
    "typography": {
      "fontFamily": {
        "primary": { "value": "Inter", "type": "fontFamilies" },
        "display": { "value": "Satoshi", "type": "fontFamilies" },
        "mono": { "value": "Geist Mono", "type": "fontFamilies" }
      },
      "fontSize": {
        "xs": { "value": "12px", "type": "fontSizes" },
        "sm": { "value": "14px", "type": "fontSizes" },
        "base": { "value": "16px", "type": "fontSizes" },
        "lg": { "value": "18px", "type": "fontSizes" },
        "xl": { "value": "20px", "type": "fontSizes" },
        "2xl": { "value": "24px", "type": "fontSizes" },
        "3xl": { "value": "30px", "type": "fontSizes" },
        "4xl": { "value": "36px", "type": "fontSizes" },
        "5xl": { "value": "48px", "type": "fontSizes" },
        "6xl": { "value": "60px", "type": "fontSizes" }
      },
      "fontWeight": {
        "regular": { "value": "400", "type": "fontWeights" },
        "medium": { "value": "500", "type": "fontWeights" },
        "semibold": { "value": "600", "type": "fontWeights" },
        "bold": { "value": "700", "type": "fontWeights" }
      },
      "lineHeight": {
        "tight": { "value": "1.25", "type": "lineHeights" },
        "normal": { "value": "1.5", "type": "lineHeights" },
        "relaxed": { "value": "1.625", "type": "lineHeights" }
      }
    },
    "spacing": {
      "0": { "value": "0px", "type": "spacing" },
      "1": { "value": "4px", "type": "spacing" },
      "2": { "value": "8px", "type": "spacing" },
      "3": { "value": "12px", "type": "spacing" },
      "4": { "value": "16px", "type": "spacing" },
      "5": { "value": "20px", "type": "spacing" },
      "6": { "value": "24px", "type": "spacing" },
      "8": { "value": "32px", "type": "spacing" },
      "10": { "value": "40px", "type": "spacing" },
      "12": { "value": "48px", "type": "spacing" },
      "16": { "value": "64px", "type": "spacing" },
      "20": { "value": "80px", "type": "spacing" },
      "24": { "value": "96px", "type": "spacing" }
    },
    "borderRadius": {
      "none": { "value": "0px", "type": "borderRadius" },
      "sm": { "value": "2px", "type": "borderRadius" },
      "DEFAULT": { "value": "4px", "type": "borderRadius" },
      "md": { "value": "6px", "type": "borderRadius" },
      "lg": { "value": "8px", "type": "borderRadius" },
      "xl": { "value": "12px", "type": "borderRadius" },
      "2xl": { "value": "16px", "type": "borderRadius" },
      "full": { "value": "9999px", "type": "borderRadius" }
    }
  },
  "scicom": {
    "colors": {
      "primary": {
        "50": { "value": "#e8ecf4", "type": "color" },
        "100": { "value": "#cdd4ea", "type": "color" },
        "200": { "value": "#9eaad7", "type": "color" },
        "300": { "value": "#6d7ec4", "type": "color" },
        "400": { "value": "#4255a8", "type": "color" },
        "500": { "value": "#2d3d7e", "type": "color" },
        "600": { "value": "#26346d", "type": "color" },
        "700": { "value": "#1f2a5b", "type": "color" },
        "800": { "value": "#19224c", "type": "color" },
        "900": { "value": "#121939", "type": "color" },
        "950": { "value": "#0e1430", "type": "color" }
      },
      "secondary": {
        "50": { "value": "#faf5f2", "type": "color" },
        "100": { "value": "#f2e7df", "type": "color" },
        "200": { "value": "#e4ccba", "type": "color" },
        "300": { "value": "#d6b297", "type": "color" },
        "400": { "value": "#cc9368", "type": "color" },
        "500": { "value": "#c47a3d", "type": "color" },
        "600": { "value": "#a06030", "type": "color" },
        "700": { "value": "#7d4924", "type": "color" },
        "800": { "value": "#5b341a", "type": "color" },
        "900": { "value": "#3b2211", "type": "color" },
        "950": { "value": "#2e1a0d", "type": "color" }
      },
      "accent": {
        "DEFAULT": { "value": "#cdd4ea", "type": "color" },
        "foreground": { "value": "#121939", "type": "color" }
      }
    },
    "semantic": {
      "background": { "value": "#ffffff", "type": "color" },
      "foreground": { "value": "#09090b", "type": "color" },
      "primary": { "value": "#26346d", "type": "color" },
      "primaryForeground": { "value": "#ffffff", "type": "color" },
      "ring": { "value": "#2d3d7e", "type": "color" }
    }
  },
  "emgs": {
    "colors": {
      "primary": {
        "50": { "value": "#f0fdfa", "type": "color" },
        "100": { "value": "#ccfbf1", "type": "color" },
        "200": { "value": "#99f6e4", "type": "color" },
        "300": { "value": "#5eead4", "type": "color" },
        "400": { "value": "#2dd4bf", "type": "color" },
        "500": { "value": "#14b8a6", "type": "color" },
        "600": { "value": "#0d9488", "type": "color" },
        "700": { "value": "#0f766e", "type": "color" },
        "800": { "value": "#115e59", "type": "color" },
        "900": { "value": "#134e4a", "type": "color" },
        "950": { "value": "#042f2e", "type": "color" }
      },
      "accent": {
        "DEFAULT": { "value": "#ccfbf1", "type": "color" },
        "foreground": { "value": "#134e4a", "type": "color" }
      }
    },
    "semantic": {
      "background": { "value": "#ffffff", "type": "color" },
      "foreground": { "value": "#09090b", "type": "color" },
      "primary": { "value": "#0d9488", "type": "color" },
      "primaryForeground": { "value": "#ffffff", "type": "color" },
      "ring": { "value": "#14b8a6", "type": "color" }
    }
  },
  "telekom": {
    "colors": {
      "primary": {
        "50": { "value": "#e6f3ff", "type": "color" },
        "100": { "value": "#cce7ff", "type": "color" },
        "200": { "value": "#99cfff", "type": "color" },
        "300": { "value": "#66b7ff", "type": "color" },
        "400": { "value": "#339fff", "type": "color" },
        "500": { "value": "#0087ff", "type": "color" },
        "600": { "value": "#0066b3", "type": "color" },
        "700": { "value": "#005299", "type": "color" },
        "800": { "value": "#003d73", "type": "color" },
        "900": { "value": "#00294d", "type": "color" },
        "950": { "value": "#001426", "type": "color" }
      },
      "accent": {
        "DEFAULT": { "value": "#e6f3ff", "type": "color" },
        "foreground": { "value": "#00294d", "type": "color" }
      }
    },
    "semantic": {
      "background": { "value": "#ffffff", "type": "color" },
      "foreground": { "value": "#09090b", "type": "color" },
      "primary": { "value": "#0066b3", "type": "color" },
      "primaryForeground": { "value": "#ffffff", "type": "color" },
      "ring": { "value": "#00a0e4", "type": "color" }
    }
  }
}
