/* 
 Theme Name:     CadDo - Divi
 Author:         CadDo
 Author URI:     https://www.editcon.digital
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme for Divi
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/*remove default 11px padding on each side of list items*/
@import url("https://fonts.googleapis.com/css?family=Raleway");

/* ---------- MAKE SURE ALL BOLD LETTER IN H1 AND H2 IS YELLOW ---------- */
h1 strong, h2 strong {
    color: #ebbe01;
    font-weight: 500;
}
