:root {
    --color-primary:#323232;
    --color-second:#4a90e0;
    --color-active:#2674cd;
    --bg-color: #2674cd;
    --btn-color:  #2674cd;
    --btn-active: #333333;
    --font-family: "Inter", sans-serif;
    --title-text-color: #323232;
    --text-color: #000000;
    --btn-radius: 4px;
}
body{font-family:var(--font-family);}