:root {
  --primary:       #2d6a4f;
  --primary-dark:  #1b4332;
  --primary-light: #52b788;
  --gold:          #d4a017;
  --bg:            #0d1117;
  --bg-card:       #161b22;
  --bg-card2:      #1c2128;
  --text:          #e6edf3;
  --text-muted:    #8b949e;
  --border:        #30363d;
  --arabic:        'Scheherazade New', serif;
  --ui:            'Inter', sans-serif;
  --nav-height:    4rem;
}
