/* Explain: Theme design tokens (colors, fonts) for the application. - */
:root {
    --primary-color: #1e3a8a;
    --primary-hover: #172554;
    --secondary-color: #ea580c;
    --secondary-hover: #c2410c;
    --background-color: #f3f4f6;
    --surface-color: #ffffff;
    --text-color: #1f2937;
    --text-muted: #6b7280;
    --border-color: #e5e7eb;
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Cairo', sans-serif;
}