*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--bw-font-body);
	font-size: var(--bw-text-base);
	font-weight: var(--bw-font-body-weight);
	line-height: var(--bw-leading-normal);
	color: var(--bw-color-dark);
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--bw-font-heading);
	font-weight: var(--bw-font-heading-weight);
}
