/* Explain: Theme tokens and variables for the 'عالم وافي' website. - */
:root {
    --primary-color: #25D366;
    --primary-hover: #1ebe5d;
    --background-color: #f9fafb;
    --surface-color: #ffffff;
    --text-color: #111827;
    --text-muted: #6b7280;
    --accent-color: #128c46;
    --border-color: rgba(17, 24, 39, 0.08);
    --shadow-soft: 0 20px 60px rgba(15, 23, 42, 0.10);
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Tajawal', sans-serif;
}