/* Design tokens – Orkla Renhold */
:root {
    --color-primary: #3498db;
    --color-primary-dark: #2980b9;
    --color-nav: #2c3e50;
    --color-nav-hover: #34495e;
    --color-text: #333;
    --color-text-muted: #7f8c8d;
    --color-heading: #2c3e50;
    --color-bg: #f8f9fa;
    --color-surface: #fff;
    --color-border: #ddd;
    --color-danger: #e74c3c;
    --color-success-bg: #d4edda;
    --color-success-text: #155724;
    --color-error-bg: #f8d7da;
    --color-error-text: #721c24;
    --font-sans: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-auth: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 15px;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.15);
    --nav-height: 60px;
    --sidebar-width: 250px;
}
