/* 
 Theme Name:     Maracom
 Author:         Maracom
 Author URI:     https://maracom.hr
 Template:       Divi
 Version:        v1
 Description:   A Child Theme used by Maracom d.o.o.
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* roboto-100 - latin 
/*
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../maracom/fonts/roboto-v51-latin-100.woff2') format('woff2');
}
*/
/* roboto-100italic - latin */
/*
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../maracom/fonts/roboto-v51-latin-100italic.woff2') format('woff2');
}
*/
/* inter-900italic - latin */
 /*
 @font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url('../maracom/fonts/inter-v20-latin-900italic.woff2') format('woff2');
}
*/

@font-face {
	font-display: swap;
    font-family: 'Maracom';
    src: url("../maracom/fonts/pirulen.ttf");
}
.maracom-font {
    font-family: 'Maracom';
}

/*
body *, p, a, span{
  font-family: "Roboto", "Inter", sans-serif;
}
h1 {
  font-family: "Poppins", "Inter", sans-serif !important;
}
h2,h3,h4,h5,h6{
  font-family: "Poppins", "Inter", sans-serif !important;
}
*/