/*
 Theme Name: Divi Child
 Theme URI: https://example.com/divi-child
 Description: Child theme for Divi. Safe place for custom CSS/JS/PHP. Update-proof.
 Author: Your Name
 Author URI: https://example.com
 Template: Divi
 Version: 1.0.0
*/

/* Put your global CSS below. Example: headings & buttons */

h1, h2, h3, h4 {
  letter-spacing: 0.2px;
}

.et_pb_button {
  border-radius: 12px;
}
