
:root {
    --primary: #e6855b;
    --primary-dark: #d27147;
    --secondary: #ffbd99;
    --dark: #2d3436;
    --light: #f4f6ff;
    --bg-color: #ffffff;
    --text-color: #000000;
    --text-color2: #ffffff;
    --text-color-button: #ffffff;
    --success: #00b894;
    --warning: #fdcb6e;
    --btn-color: #421e00;
}
