:root {
    --body-bg-color: #fff;
    --body-text-color: #4f4d50;

    --primary-color: #63120d;
    --secondary-color: #e29f00;
    --ternary-color: #4f4d50;

    --primary-text-color: #63120d;
    --secondary-text-color: #e29f00;
    --ternary-text-color: #4f4d50;

    --primary-button-bg-color: #e29f00;
    --primary-button-text-color: #fff;
    --primary-button-bg-color-hover: #bf8703;
    --primary-button-text-color-hover: #fff;

    --secondary-button-bg-color: #63120d;
    --secondary-button-text-color: #fff;
    --secondary-button-bg-color-hover: #520e0a;
    --secondary-button-text-color-hover: #fff;

    --default-button-bg-color: #3c3a3a;
    --default-button-text-color: #fff;
    --default-button-bg-color-hover: #202020;
    --default-button-text-color-hover: #fff;

    --input-background-color: #f5ebde;
    --input-border-color: #63120d;
    --input-border-color-focus: #e29f00;
    --input-border-shadow-color-focus: #e29f0040;
    --input-font-color: #3f3d3f;
}
