@import "/font/savenir/stylesheet.css";

:root {
	--color-backgroung: #f7f7f7;
	--color-border-grey: #e9e9e9;
}
* { -webkit-appearance: none; box-sizing: border-box; margin: 0; padding: 0; }


body { font-family: 'AvenirNextCyr', serif; width: 100%; line-height: 1.5; font-size: 14px;}

a {color: inherit; text-decoration: none;}
a:focus { outline: none; text-decoration: none;}
a:hover { text-decoration: none; }

