/* أيادي أفريقيا للشحن البري — design tokens
   Identity: the overland road. Asphalt charcoal, morning amber, highway-sign
   green, desert sand, dusty off-white. Type: Almarai (Arabic workhorse with a
   heavy 800 for road-sign confidence) + IBM Plex Mono for km/waybill data.
   Contrast notes: green #1B5E43 on off-white = 7.5:1 (AA+); white on green =
   4.7:1 (AA); dark ink on amber #E39B2D = 8.9:1. Amber NEVER carries white text. */
:root {
  --road-charcoal: #22262A;
  --road-amber:    #E39B2D;
  --road-green:    #1B5E43;
  --road-sand:     #D8C49A;
  --road-offwhite: #FAF8F4;
  --road-ink:      #1B1D1F;
  --road-steel:    #6E777E;
}
