:root {
    --color-primary:#323232;
    --color-second:#7dc2e7;
    --color-active:#7dc2e7;
    --bg-color: #7dc2e7;
    --btn-color:  #7dc2e7;
    --btn-active: #59a7d3;
     --font-family: "Inter", sans-serif;
    --font-family2: "Inter", sans-serif;
    --title-text-color: #000000;
    --text-color: #333333;
    --btn-radius: 50px;
}
body{font-family:var(--font-family);}
#list_empty{margin: 20px;font-size: 16px;width: 100%;text-align: center;}