:root {
    --primary-color: #e6953b;
    --secondary-color: #fffacd;
    --text-color: #333;
    --border-color: #e6953b;
    --background-light: #fffff0;
    --background-dark: #ececec;
    --highlight-color: #f48420;
    --transition-speed: 0.3s;
    --width-menu: fit-content;
}
