/*
Theme Name:     Child-hello
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Me
Author URI:     
Template:       hello-elementor
Version:        0.1.0
*/


/* ******* Add ESA specific font styles ******* */

@font-face {
	font-family: 'NotesEsa';
	src: url('/fonts/NotesEsaReg.otf') format("opentype");
	font-weight: normal;
	font-style: regular;
}

@font-face {
	font-family: 'NotesEsa';
	src: url('/fonts/NotesEsaRegIta.otf') format("opentype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'NotesEsa';
	src: url('/fonts/NotesEsaBol.otf') format("opentype");
	font-weight: bold;
	font-style: regular;
}

@font-face {
	font-family: 'NotesEsa';
	src: url('/fonts/NotesEsaBolIta.otf') format("opentype");
	font-weight: bold;
	font-style: italic;
}





