/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2023 | 16:32:22 */
body {
	font-family: 'Satoshi Bold'
}

.wp-core-ui .button-primary {
	background: #f37021 !important;
	border-color: #f37021 !important;
	color: #ffffff !important;

}

.wp-core-ui .button, .wp-core-ui .button-secondary {
	color: #f37021 !important;
}


@font-face {
	font-family: Satoshi Bold;
	src: url(/recursos/fuentes/Satoshi-Bold.woff2) format("woff");
	font-display: block;
}
@font-face {
	font-family: Satoshi Black;
	src: url(/recursos/fuentes/Satoshi-Black.woff2) format("woff");
	font-display: block;
}