/*
Theme Name: Twenty Twenty-Four Child
Template:twentytwentyfour
*/

body
{
  --wp--style--global--content-size: 1000px;
}

.home .wp-block-group {
	background-attachment: fixed;
}

:where(.wp-site-blocks) > :first-child:first-child {
	position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}



:where(.wp-site-blocks) > * {
	margin-block-start: 0rem;
}