/*
 * Blockbase Child — Custom Styles
 * Loaded after the Blockbase parent stylesheet and this theme's
 * style.css (see functions.php), so anything here can safely
 * override the parent theme.
 */

/* A body class of "blockbase-child" is added automatically by
   functions.php, so you can scope styles to this theme if needed: */
body.blockbase-child {
	/* Add site-wide tweaks here */
}

/* Small utility class, handy while building things out */
.blockbase-child-hidden {
	display: none;
}
