@font-face {
	font-family: "Electrolux";
	font-weight: 700;
	src: url("../webfonts/electrolux/ElectroluxSans_5_Bold.otf") format("opentype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 600;
	src: url("../webfonts/electrolux/ELECTROLUXSANS_4_SEMIBOLD.ttf") format("truetype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 400;
	src: url("../webfonts/electrolux/ElectroluxSans_3_Regular.otf") format("opentype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	src: url("../webfonts/noto/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	src: url("../webfonts/noto/NotoSans-SemiBold.ttf") format("truetype");
}

.p-anchors {
	background-color: #F7F7F7;
	padding: 1rem 0;
	overflow-x: auto;
	position: sticky;
	z-index: 30;
}

.p-anchors__links {
	display: -ms-flexbox;
	display: flex;
	column-gap: 1rem;
}

.p-anchors__links a {
	font-family: var(--font-family-electrolux);
	font-size: 0.88rem;
	font-weight: 400;
}

.p-anchor {
	margin-bottom: var(--row-gap-paragraphs-negative);
}

@media (max-width: 1023px) {

.p-anchors {
	top: 4.5rem;
}

}

