/*
 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
*/
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

p, body {
    font-family: 'Lato', sans-serif;
}

.btn, button {
    font-family: 'Karla', sans-serif;
}

@media (max-width: 479px) {
  .et_pb_post #right-module h2 {
       font-size: 20px;
       padding-bottom: 10px;
  }
  .et_pb_post #left-module h2 {
       font-size: 20px;
       padding-bottom: 10px;
  }
  .et_pb_post #center-excerpt h2 {        
       font-size: 24px;
       padding-bottom: 10px;
  }
}