/**
* Theme Name: Etch Child Theme
* Template: etch-theme
*/

body {
	font-family: var(--font-fam);
	line-height: 100%;
}

h1 {
	font-family: var(--font-fam);
	font-weight: 900;
	font-size: 60px;
}

h2 {
	font-family: var(--font-fam);
	font-weight: 900;
	font-size: 48px;
}

h3 {
	font-family: var(--font-fam);
	font-weight: 700;
	font-size: 35px;
}

p {
	font-family: var(--font-fam);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

a.button {
	color: inherit;
}