{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "$description": "GINI design tokens · v1.6 — generated from https://gini.iq/brand.json",
  "$extensions": {
    "iq.gini.brand": {
      "version": "1.6",
      "manifest": "https://gini.iq/brand.json",
      "canonical": "https://gini.iq/brand"
    }
  },
  "color": {
    "orange": {
      "$type": "color",
      "$value": "#F05D25",
      "$description": "GINI Orange — Primary brand colour — logo, buttons, interactive elements.",
      "$extensions": {
        "iq.gini.brand": {
          "arabicName": "برتقالي جنّي",
          "arabicRole": "اللون الأساسي للعلامة — الشعار والأزرار والعناصر التفاعلية.",
          "rgb": "240, 93, 37",
          "cmyk": "0, 70, 95, 0",
          "pantone": "PANTONE 1655 C"
        }
      }
    },
    "ember": {
      "$type": "color",
      "$value": "#D94E1A",
      "$description": "Ember — Darker shade for hover states and type on light fills.",
      "$extensions": {
        "iq.gini.brand": {
          "arabicName": "جمري",
          "arabicRole": "نسخة أعمق للحالات التفاعلية والنصوص على الخلفيات الفاتحة.",
          "rgb": "217, 78, 26",
          "cmyk": "0, 76, 99, 10",
          "pantone": "PANTONE 1665 C"
        }
      }
    },
    "ink": {
      "$type": "color",
      "$value": "#1A1A1A",
      "$description": "Night Ink — Primary text and headlines on light surfaces.",
      "$extensions": {
        "iq.gini.brand": {
          "arabicName": "حبر ليلي",
          "arabicRole": "اللون الأساسي للنصوص والعناوين على الخلفيات الفاتحة.",
          "rgb": "26, 26, 26",
          "cmyk": "0, 0, 0, 90"
        }
      }
    },
    "cream": {
      "$type": "color",
      "$value": "#FBF6F0",
      "$description": "Warm Cream — Primary surface across the site and marketing material.",
      "$extensions": {
        "iq.gini.brand": {
          "arabicName": "كريمي دافئ",
          "arabicRole": "الخلفية الأساسية للموقع ومواد التسويق.",
          "rgb": "251, 246, 240",
          "cmyk": "0, 2, 4, 2"
        }
      }
    },
    "sand": {
      "$type": "color",
      "$value": "#EFE6DB",
      "$description": "Quiet Sand — Secondary surfaces for cards and section dividers.",
      "$extensions": {
        "iq.gini.brand": {
          "arabicName": "رملي هادئ",
          "arabicRole": "خلفيات ثانوية للبطاقات وفواصل الأقسام.",
          "rgb": "239, 230, 219",
          "cmyk": "0, 4, 8, 6"
        }
      }
    }
  },
  "fontFamily": {
    "sans": {
      "$type": "fontFamily",
      "$value": [
        "Rubik",
        "system-ui",
        "sans-serif"
      ],
      "$description": "Primary typeface — Latin and Arabic."
    },
    "mono": {
      "$type": "fontFamily",
      "$value": [
        "Geist Mono",
        "ui-monospace",
        "monospace"
      ],
      "$description": "Monospace — code and numerals."
    }
  },
  "fontWeight": {
    "regular": {
      "$type": "fontWeight",
      "$value": 400
    },
    "medium": {
      "$type": "fontWeight",
      "$value": 500
    },
    "semibold": {
      "$type": "fontWeight",
      "$value": 600
    },
    "bold": {
      "$type": "fontWeight",
      "$value": 700
    },
    "extrabold": {
      "$type": "fontWeight",
      "$value": 800
    }
  },
  "radius": {
    "sm": {
      "$type": "dimension",
      "$value": "0.5rem"
    },
    "md": {
      "$type": "dimension",
      "$value": "0.75rem"
    },
    "lg": {
      "$type": "dimension",
      "$value": "1rem"
    },
    "xl": {
      "$type": "dimension",
      "$value": "1.5rem"
    },
    "2xl": {
      "$type": "dimension",
      "$value": "2rem"
    }
  },
  "shadow": {
    "sm": {
      "$type": "shadow",
      "$value": {
        "offsetX": "0",
        "offsetY": "1px",
        "blur": "2px",
        "spread": "0",
        "color": "rgb(0 0 0 / 0.05)"
      }
    },
    "md": {
      "$type": "shadow",
      "$value": {
        "offsetX": "0",
        "offsetY": "4px",
        "blur": "8px",
        "spread": "-2px",
        "color": "rgb(0 0 0 / 0.08)"
      }
    },
    "lg": {
      "$type": "shadow",
      "$value": {
        "offsetX": "0",
        "offsetY": "20px",
        "blur": "40px",
        "spread": "-12px",
        "color": "rgb(0 0 0 / 0.18)"
      }
    },
    "glowPrimary": {
      "$type": "shadow",
      "$value": {
        "offsetX": "0",
        "offsetY": "16px",
        "blur": "36px",
        "spread": "0",
        "color": "rgb(240 93 37 / 0.18)"
      }
    }
  }
}