:root {
    --color-primary:#323232;
    --color-second:#4a90e0;
    --color-active:#19cdc9;
    --bg-color: #2674cd;
    --btn-color:  #2674cd;
    --btn-active: #333333;
    --font-family: Montserrat,Arial, "Times New Roman";
    --title-text-color: #323232;
    --text-color: #000000;
    --btn-radius: 4px;
}
body{font-family:var(--font-family);}