:root {
    --color-white: #F5F0E8;
    --color-darker-gray: #2C3E2D;
    --color-primary-text: var(--color-darker-gray);
    --color-secondary-text: rgb(44 62 45 / 0.65);
    --color-light-gray: #e9e3d6;
    --color-mid-gray: #c9bfa8;
    --color-border: rgb(44 62 45 / 0.12);
    --color-dark-border: rgb(44 62 45 / 0.55);
    --color-gold: #C9A84C;
    --background-color: #F5F0E8 !important;
}

body {
    background-color: #F5F0E8 !important;
}
