* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI','Inter','Optima', sans-serif ;
}

:root {
    --light-blue: rgb(88, 196, 220);
    /* --light-violet: rgb(220, 88, 216); */
    --border-color: rgba(246, 247, 249, 0.1);
    --bg-color1: rgb(35, 39, 47);
    --bg-color2: rgb(30, 31, 38);
    --menu-btn-hoover-color: rgb(59, 66, 81);
}