/*
Theme Name:     MillerPM Divi Child
Theme URI:      https://millerpm.com/
Description:    Custom child theme for MillerPM
Author:         Paul Miller
Author URI:     https://millerpm.com/
Template:       Divi
Version:        1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");

/* Custom styles */
body {
    background-color: #f9f9f9;
    color: #222;
    font-family: 'Inter', sans-serif;
}
