/* Zioteches — Brand Tokens (official). brand.zioteches.com */
:root {
  /* Colors */
  --zt-ignition-orange: #FF9100;  /* rgb(255,145,0)  — energy, heat, action */
  --zt-gold-rush:       #FFD600;  /* rgb(255,214,0)  — oil purity, premium  */
  --zt-neural-black:    #0A0A0A;  /* rgb(10,10,10)   — sophistication       */
  --zt-precision-silver:#E5E7EB;  /* rgb(229,231,235)— clarity, precision   */
  /* Typography */
  --zt-font-ar: 'Cairo', sans-serif;       /* Arabic  */
  --zt-font-en: 'Montserrat', sans-serif;  /* Latin   */
}
