/* Custom styles for We Help Local Business */

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* Placeholder highlights for Kevin's content */
.placeholder-highlight {
	background-color: #fef9c3;
	padding: 0.125rem 0.25rem;
	border-radius: 0.25rem;
	font-style: italic;
}

span.local-business {
	color: #e8a020;
}
