/* Import default styles */
@import "../../themes/letsco/css/editor.css";

@font-face {
	font-family: 'CardenioModern';
	src: url('/mysite/css/CardenioModern.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'EasySpeech';
	src: url('/mysite/css/EasySpeech.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LouisGeorgeCafe';
	src: url('/mysite/css/LouisGeorgeCafeLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Define custom styles below */
.typography .CardenioModern {
    font-family: 'CardenioModern' !important;
}
.typography .EasySpeech {
    font-family: 'EasySpeech' !important;
}
.typography .LouisGeorgeCafe {
    font-family: 'LouisGeorgeCafe' !important;
}
