/*
 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
------------------------------------------------------- */

/* Website Font */
@font-face {
  font-family: "Aspekta";
  src: url("/wp-content/themes/divi-child/fonts/aspekta/AspektaVF.woff2") format("woff2");
  font-weight: 50 1000; /* Aspekta VF weight range */
  font-style: normal;
  font-display: swap;
}

/* English comments as requested */
body {
  font-family: "Aspekta", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 300;
}

h1 {
  font-family: "Aspekta", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
}

h2,h3 {
  font-family: "Aspekta", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
}

p{
	font-family: "Aspekta", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.et_pb_module.et_pb_text.et_pb_text_2.default1.et_pb_text_align_center.et_pb_bg_layout_light {
    font-weight: 700;
}

.et_pb_module.et_pb_text.et_pb_text_3.default2.et_pb_text_align_center.et_pb_bg_layout_light {
	font-weight: 600;
}

.et_pb_module.et_pb_text.et_pb_text_3.default3.et_pb_text_align_center.et_pb_bg_layout_light {
	font-weight: 500;
}


/* English comments as requested */
.et_pb_button,
button,
input[type="button"],
input[type="submit"] {
  font-family: "Aspekta", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 450;
letter-spacing: -0.36px;
line-height: 110%
}