@import url("../law-firm/style.css");
@import url("../law-layout-advocacy/style.css");

/* law-showcase-burgundy: Burgundy advocacy — litigation board */
:root {
    --theme-primary: #7F1D1D;
    --theme-accent: #D4A574;
    --lf-primary: #7F1D1D;
    --lf-primary-dark: color-mix(in srgb, #7F1D1D 72%, #000);
    --lf-accent: #D4A574;
    --lf-light: #F5E8E0;
}

body { background: #FFF8F5; }

.lf-hero {
    background-image:
        linear-gradient(120deg, color-mix(in srgb, #7F1D1D 88%, #000), color-mix(in srgb, #7F1D1D 55%, transparent)),
        var(--lf-hero-image, none);
}

.lf-firm-section,
.lf-section.lf-firm-section { background: #F5E8E0; }
