:root {
    --feature-button-color: #7f1d1d;
    --feature-page-background: #0f0b0e;
}

body.feature-page-shell {
    background-color: var(--feature-page-background);
}
