:root {
  /*
    ملف ألوان الموقع العام.
    غيّر القيم هنا، وستتحدث الصفحات المرتبطة بهذا الملف تلقائياً.
  */
  --bg: #0a0a0f !important;
  --surface: #12121a !important;
  --surface2: #1a1a26 !important;
  --border: #2a2a3a !important;
  --gold: #c9a84c !important;
  --gold-light: #e8c97a !important;
  --gold-dim: color-mix(in srgb, var(--gold), transparent 85%) !important;
  --text: #f0ead6 !important;
  --text-muted: #8a8070 !important;
  --muted: #9a917f !important;
  --red: #e05252 !important;
  --green: #52b788 !important;
}
