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

html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

body {
  height: auto;
  scrollbar-gutter: stable;
  width: 100%;
  min-height: 100%;
}


h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

:is(menu, nav) {
	padding: 0;
	list-style: none;
}

.more-link {
	display: block;
}

.wp-site-blocks { 
	display: grid;
	min-height: 100vh;
	grid-template-rows: auto 1fr auto;
	
	
	& :is(main, menu, footer) {
		margin-block-start: 0;
	}
	


}


