/* Explain: Theme tokens including colors, typography, and spacing. - */
:root {
    --navy-color: #071426;
    --tech-blue: #0066FF;
    --electric-blue: #00A8FF;
    --bg-color: #F4F7FA;
    --surface-color: #FFFFFF;
    --dark-gray: #1A2332;
    --text-main: #1A2332;
    --text-muted: #64748B;
    --border-color: #E2E8F0;
    --whatsapp-green: #25D366;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-soft: 0.75rem;
    --shadow-card: 0 10px 30px rgba(7, 20, 38, 0.08);
}