/*---------------------------------------------------------------------------------

 Theme Name:   child
 Theme URI:    
 Description:  child theme
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@font-face {
  font-family: 'Dela Gothic One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dela-gothic-one-v18-cyrillic_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/nunito-v31-cyrillic-ext_latin-ext-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/nunito-v31-cyrillic-ext_latin-ext-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/nunito-v31-cyrillic-ext_latin-ext-700.woff2') format('woff2');
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Dela Gothic One', sans-serif !important;
}

body,
.et_pb_text,
.et_pb_text_inner,
p,
span,
li,
a,
div {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400 !important;
}