:root {
    --color-header-bg: #f5f5f5;
}

.app-header {
    background-color: var(--color-header-bg);
}