/*
 * Rounded-corner version of the Hero background shape - frontend only (see
 * the enqueue function in functions.php for why). The editor falls back to
 * the straight-edged clip-path: polygon() in style.scss since it never loads
 * this stylesheet.
 */
.wp-block-concord-template-hero::before {
	clip-path: url( '#concord-hero-clip' ) !important;
}
