/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* 1. Dichiarazione del font */
@font-face {
  font-family: 'Eleyna';
  src: url('/wp-content/font/Eleyna-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, 
h2, 
h3 {
  font-family: 'Eleyna', serif;
  font-weight: normal;
}
.eleyna{
	font-family: 'Eleyna'!important;
}
.verde{
	color:#3B5926;
}
.ocra{
	color:#a3905f;
}