/****************************************/
/* CUSTOM ELEMENTS
/****************************************/


/* Forms */

#registration-form {
	margin: 1em auto;
}

/***/



/****************************************/




/****************************************/
/* WP HACKS
/****************************************/


/* Forms */

.wp-block-button__link {
	background: var(--fancy-color);
	color: var(--white-color);
	border-radius: 0.25em;
	font-size: 1em;
	-webkit-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.wp-block-button__link:hover,
.wp-block-button__link:active {
	background: var(--hot-color);
	color: var(--white-color);
}

/***/



/****************************************/

