/* ================================
   Identity Lab: Fonts (Simple CSS)
   Edit this file in:
   WP Admin → Plugins → Plugin File Editor → Select this plugin → fonts.css
   ================================ */

/*Eolutions */
.eolution-regular {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.eolution-bold {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*plantas */
.plantas-regular {
	font-family: "ofelia-text", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.plantas-semi-bold {
	font-family: "ofelia-text", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.plantas-bold {
	font-family: "ofelia-display", sans-serif;
	font-weight: 500;
	font-style: normal;
}