:root {
    --brand-color: #c7ab81;
    --primary-color: #4b85db;
    --secondary-color: #6ba6fd;
    --tertiary-color: #dbf3fd;

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

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

    --button-primary-color: #6ca7ff;
    --button-warning-color: #e93f04;
    --button-helper-color: #ffffff;

    --form-primary-color: #6ba6fe;
    --form-secondary-color: #6ba6fd;

    --text-primary-color: #000000;
    --text-primary-helper-color: #000000;
    --text-secondary-color: #ffffff;
    --text-secondary-helper-color: #ffffff;
    --text-header-color: #ffffff;
    --text-footer-color: #ffffff;
}