/* Explain: Theme design tokens for colors, fonts, and spacing. - */
:root {
    --primary-color: #2f6f4e;
    --primary-hover: #24563d;
    --secondary-color: #3b2f25;
    --accent-color: #c9954a;
    --background-color: #f6f3ed;
    --surface-color: #ffffff;
    --surface-tinted: #eef5ee;
    --text-color: #243126;
    --text-muted: #667464;
    --border-color: #d8dfd2;
    --cream-color: #fbf7ef;
    --blush-color: #edf4e8;
    --rose-gold-color: #cbb28a;
    --font-heading: 'Cairo', Tahoma, Arial, sans-serif;
    --font-body: 'Tajawal', Tahoma, Arial, sans-serif;
}