:root {

    --color: #1C1C1C;

    --body__background-color: #FFFFFF;
    --container-width: 1200px;
    --link-color: #3399FF;
    --link_hover-color: #005CB8;
    --link_active-color: #005CB8;

    --block__background-color: #F5F5F5;
    
    /*region Семейство шрифтов*/
    --font-family-Montserrat: 'Montserrat', sans-serif;
    --font-family-FiraSansCondensed: 'Fira Sans Condensed', sans-serif;
    --font-family-Roboto: 'Roboto', sans-serif;
    --font-family-RobotoCondensed: 'Roboto Condensed', sans-serif;
    /*endregion*/
    --block__border-radius: 10px;

    --button__border-radius: 32px;
}