/* Explain: Color palette and typography tokens for the courier service branding. - */
:root {
    --primary-navy: #0f172a;
    --primary-blue: #1d4ed8;
    --primary-blue-hover: #1e40af;
    --accent-orange: #ea580c;
    --accent-orange-hover: #c2410c;
    --white-color: #ffffff;
    --light-bg: #f8fafc;
    --text-main: #334155;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    
    --background-color: #ffffff;
    --text-color: #334155;
    --surface-color: #ffffff;
    
    --font-heading: 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Inter', sans-serif;
}