<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --brand-color: #5b5149;
    --primary-color: #fdcd7b;
    --secondary-color: #47403a;
    --tertiary-color: #f6e0b4;

    --accent-color: #e98004;
    --attention-color: #cf5f65;
    --non-active-color: #b7b7b7;
    --non-active-helper-color: #666666;

    --box-color: #ffffff;
    --page-bg-color: #ffffff;
    --subpage-bg-color: #fdf7ea;

    --button-primary-color: #5b5149;
    --button-warning-color: #cf5f65;
    --button-helper-color: #ffffff;

    --form-primary-color: #fdcd7b;
    --form-secondary-color: #47403a;

    --text-primary-color: #212529;
    --text-primary-helper-color: #000000;
    --text-secondary-color: #ffffff;
    --text-secondary-helper-color: #ffffff;
    --text-header-color: #ffffff;
    --text-footer-color: #ffffff;
}</pre></body></html>