/* dktilbud.dk Theme Colors
 * Auto-generated from admin/colors.html
 * Last updated: 2026-03-28
 */

:root {
    /* Primary Colors - Modern Teal */
    --bento-primary: #0d9488;
    --bento-primary-dark: #0f766e;
    --bento-primary-bg: #f0fdfa;
    --bento-secondary: #6366f1;
    --bento-accent: #f59e0b;
    --bento-accent-dark: #d97706;
    
    /* Text Colors */
    --bento-text-primary: #1e293b;
    --bento-text-secondary: #64748b;
    --bento-gray-200: #e2e8f0;
    --bento-gray-300: #cbd5e1;
    --bento-gray-500: #64748b;
    --bento-gray-600: #475569;
    --bento-white: #ffffff;
    
    /* Background Colors */
    --bento-bg-main: #f0fdfa;
    --bento-bg: #f8fafc;
    
    /* Status Colors */
    --bento-success: #22c55e;
    --bento-success-bg: rgba(34, 197, 94, 0.1);
    --bento-warning: #f59e0b;
    --bento-error: #ef4444;
    
    /* Component Colors */
    --color-primary: #0d9488;
    --color-primary-dark: #0f766e;
    --color-white: #ffffff;
    
    /* Shadows */
    --bento-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    --bento-shadow-lg: 0 4px 6px rgba(0, 0, 0, 0.1);
    --bento-shadow-xl: 0 10px 15px rgba(0, 0, 0, 0.1);
    
    /* Border Radius */
    --bento-radius: 8px;
    --bento-radius-lg: 12px;
    --bento-radius-full: 9999px;
    
    /* Transitions */
    --bento-transition: all 0.2s ease;
}