* {
	font-family: 'roboto';
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 160%;
}

html {
	font-size: 16px; /* 1 rem */
}

:root {
	/* --gold: #d5df65; original */
	--gold: #efde81; /* tanya gold */
	--dark: #504e4e;
	--darkBG: #282828;
	--mobileGutter: 20px;
}


a {
	text-decoration: none;
	color: inherit;
}

h1 {
	margin: 0 0 1.5rem 0;			/* соответствует двум <br> в тексте размером 16px (1rem здесь) и высотой линии 160%  */
	font: 700 2rem 'Montserrat';
	color: var(--dark);

}

h2 {
	margin: 1.5rem 0;
	font: 700 1.25rem 'Montserrat';
	color: var(--dark);	
}

li {
	list-style-position: inside;
}

li ul li {
	margin-left: 2rem;
	list-style-type: circle;
}

li.none {
	list-style-type: none;
}

.tooltip {
	cursor: pointer;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
	padding: 1rem;
	line-height: 160%;
}