/* Explain: Corporate transport and logistics theme tokens for LJNETO */
:root {
    --primary-color: #0b3d91;
    --primary-hover: #082d6b;
    --secondary-color: #111827;
    --accent-color: #2563eb;
    --background-color: #f9fafb;
    --surface-color: #ffffff;
    --text-color: #111827;
    --text-muted: #4b5563;
    --border-color: #e5e7eb;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
}