/* ==========================================================================
   Blacklight Page Builder — Parent Theme Frontend Styles
   Grid layout is provided by the BLPB plugin.
   Module styles are provided by the child theme.
   ========================================================================== */

/* Reset
   ========================================================================== */

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
}

img {
	max-width: 100%;
	height: auto;
}
