/*
 * Idealine brand theme (keeps classic blue accent)
 */
:root {
    --brand-primary: #3498db;
    --brand-primary-dark: #2980b9;
    --brand-primary-light: #5dade2;
    --brand-accent: #2c3e50;
    --brand-accent-soft: #eaf4fb;
    --brand-surface: #f8fbfe;
    --brand-text: #333;
}

.header {
    border-bottom: 3px solid var(--brand-primary);
}
