/**
 * Trickybytes homepage — reset WordPress / theme interference so static CSS matches the original HTML file.
 */
body.tb-home-template,
body.tb-trickybytes {
	margin: 0;
	padding: 0;
	font-family: "Sora", sans-serif;
	background-color: #fff;
	box-sizing: border-box;
}

body.tb-home-template *,
body.tb-home-template *::before,
body.tb-home-template *::after,
body.tb-trickybytes *,
body.tb-trickybytes *::before,
body.tb-trickybytes *::after {
	box-sizing: border-box;
}

#tb-home-main.tb-home-main {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

/* Do not constrain layout like a blog container */
body.tb-home-template #page,
body.tb-home-template .site,
body.tb-home-template #content,
body.tb-trickybytes #page,
body.tb-trickybytes .site,
body.tb-trickybytes #content {
	max-width: none;
	padding: 0;
	margin: 0;
}
