/*
 Theme Name:   Goley Master Shell
 Description:  Custom developer shell for [Goley]. 
 Author:       John G Calentine
 Template:     Divi
 Version:      1.0.0
*/

/* DEVELOPER TIP: Use CSS Variables here so you can 
   rebrand the entire shell in 30 seconds later. 
*/
:root {
    --primary-color: #2e3d49; 
    --accent-color: #0073aa;
    --border-radius: 8px;
}

/* Add your custom component styles below */