/*
Theme Name: Blocksy Child
Template: blocksy
Author: JBM
Version: 0.1.0
Text Domain: blocksy-child
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

body.home {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.jbm-home {
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body.home .site-header,
body.home .site-footer,
body.home .page-header,
body.home .entry-header,
body.home .entry-title {
	display: none;
}

body.home .site-main {
	padding-top: 0;
}

body.home .ct-header,
body.home .ct-footer,
body.home .ct-page-title,
body.home .entry-header,
body.home .entry-title {
	display: none !important;
}
