:root {
	--font-body: "Inter", sans-serif;
	--font-head: "PP Neue Corp Narrow", sans-serif;
}

p, span, a, .accordion-item__title, .global-header-btn, .category-card-name, .wds-search__input {
	font-family: var(--font-body);
}

h1, h4, h5, h6 {
	font-family: var(--font-head);
	font-weight: 500;
}

h3, h2 {
	font-family: var(--font-body);
	font-weight: 500;
}

body {
	font-family: var(--font-body);
}

