@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&display=swap");
@import url("./components/intro-align.css");

body {
	margin: 0;
	font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ipopi-site-header {
	position: relative;
	z-index: 100;
	width: 100%;
}

.ipopi-site-header .wp-block-ipopi-navigation,
.ipopi-site-header .wp-block-ipopi-top-bar {
	max-width: none;
}

@media (max-width: 767px) {
	.wp-site-blocks > header.wp-block-template-part {
		position: sticky;
		top: 0;
		z-index: 100;
	}
}

a {
	text-underline-offset: 0.2em;
}

.ipopi-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
