/* Charte LL-IT Software & Computer */
:root {
    --brand-primary: #0033ff;
    --brand-primary-dark: #0028cc;
    --brand-cyan: #00e5ff;
    --brand-orange: #ffa500;
    --brand-maroon: #800000;
    --brand-grey: #808080;
    --brand-bg: #ffffff;
    --brand-bg-alt: #f8faff;
    --brand-text: #1a1a2e;
    --brand-text-secondary: #333333;
    --brand-muted: #666666;
    --brand-border: #e0e0e0;
    --brand-gradient: linear-gradient(135deg, #00e5ff 0%, #0033ff 100%);
    --brand-shadow: 0 8px 30px rgba(0, 51, 255, 0.12);
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-logo__img {
    display: block;
    height: 44px;
    width: auto;
    max-width: min(240px, 55vw);
    object-fit: contain;
}

.site-header .brand-logo__img {
    height: 40px;
}

.site-footer .footer-brand-logo .brand-logo__img {
    height: 28px;
}
