/* =============================================================
 FILE: Seasonal-fall-5712479521FFE.css
 PURPOSE: Dashboard theme stylesheet for Seasonal fall.
 ============================================================= */
:root {
    --accent-blue: #b5651d;
    --accent-green: #d4903c;
    --accent-blue-light: rgba(181, 101, 29, 0.07);
    --accent-green-light: rgba(212, 144, 60, 0.07);
    --border-subtle: rgba(181, 101, 29, 0.1);
    --border-medium: rgba(181, 101, 29, 0.18);
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8b4513, #b5651d, #d4903c, #b5651d, #8b4513);
    z-index: 9999;
    pointer-events: none;
}
