:root {
    
    --primary-color: rgba(190,234,255,1);
    --secondary-color: #86b6ff;
    --text-color: #333;
    --border-color: #A0BDEB;
    --background-light: transparent;
    --background-dark: #ececec;
    --highlight-color : #86b6ff;
    --transition-speed: 0.3s;
    --width-menu: fit-content;
    --bg-gradient-top: #cce0ff;
    --bg-gradient-bottom: #cce0ff;
    --color-text-gradient: #000000;
    --highlight-color-menu: #86b6ff;
}
