:root {
    --header-color: linear-gradient(-180deg, #f53d2d, #f63);
}

.header-bg {
    background: linear-gradient(-180deg, #f53d2d, #f63);
}
