@charset "UTF-8";

/*!

Twenty Nineteen Editor Styles

*/

/** === Includes === */

/*

 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.

 * This results in a jumping cursor when typing in both the Classic and block

 * editors. The following font-face override fixes the issue by manually inserting

 * a custom font that includes just a Hoefler Text space replacement for that

 * character instead.

 */



.color_turquoise {

	color: #4ABDAC;

}



.color_yellow {

	color: #F1CD0F;

}



.fontsize_L {

	font-size: 16px;

}

.fontsize_XL {

	font-size: 20px;

}

.fontsize_XXL {

	font-size: 24px;

}



.fontPlayfair {

	font-family: 'Playfair Display', serif;

}

.uppercase {
	text-transform: uppercase;
}
