/*
 Theme Name:   Divi Child
 Theme URI:    https://camswoodwork.ca
 Description:  Camswoodwork.ca Divi Child
 Author:       Camiel Gauthier
 Author URI:   https://camswoodwork.ca
 Template:     Divi
 Version:      1.0.0
*/

/* Custom CSS goes below */

/* Typography styling for Cam's Woodwork site */

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #5C2F1A; /* Deep brown for strong contrast */
    font-family: 'Merriweather', serif; /* A classic serif pairs beautifully with your logo */
    font-weight: 700;
}

/* Body text */
body, p {
    color: #3E2B20; /* Warm charcoal for readability */
    font-family: 'Open Sans', sans-serif; /* Clean, modern body font */
    font-size: 16px;
    line-height: 1.6;
}

/* Links */
a {
    color: #5C2F1A; /* Same as headings for consistency */
    text-decoration: none;
}

a:hover {
    color: #C8752D; /* Butternut accent on hover */
    text-decoration: underline;
}

/* Accent text (quotes, highlights) */
.highlight {
    color: #FCE5B1; /* Creamy maple for emphasis */
    background-color: #5C2F1A; /* Optional dark background for contrast */
    padding: 4px 6px;
    border-radius: 3px;
}