/*
 Theme Name:     Child theme for Divi
 Theme URI:      https://
 Description:    Amazing custom theme!
 Author:         Optimal Digital Marketing
 Author URI:     https://optimal.marketing
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 400;
  src: local("Circular Std Book"), url(fonts/CircularStd-Book.woff) format("woff");
}

@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 500;
  src: local("Circular Std Medium"), url(fonts/CircularStd-Medium.woff) format("woff");
}

@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 700;
  src: local("Circular Std Bold"), url(fonts/CircularStd-Bold.woff) format("woff");
}

@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 900;
  src: local("Circular Std Black"), url(fonts/CircularStd-Black.woff) format("woff");
}

body {
  font-weight: 400;
  --et_global_heading_font: 'Circular Std';
  --et_global_heading_font_weight: 900;
  --et_global_body_font: 'Circular Std';
  --et_global_body_font_weight: 400;
}
