<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --main-color: #F5F20F;
    --second-color: #333;
    --promotion-text-color: #333;
    --button-text-color: #FFF;
    --text-color: #333;
    --promotion-background: #F5F20F;
    --second-text-color: #333;

    --action-text-color:#8e8e8e;
    --choice-link-text-color:#8e8e8e;

    --text-background: #FFF;
    --car-background: #333;
    --plus-icon-color: #333333;
    --plus-icon-background: #FFF;

}
</pre></body></html>