/*
Theme Name: DCD-Mummes
Theme URI: https://deercampdigital.com/dcd-mummes/
Author: Jason Mcgwier
Author URI: https://automattic.com
Description: DCD Mummes is a custom theme for Mumme's Inc.
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcd-mummes
Tags:
*/

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption {
    text-wrap: balance;
}
p {
    text-wrap: pretty;
}

/* No shadows anywhere */
* {
    box-shadow: none !important;
}

/* No border-radius anywhere */
.wp-block-image img,
.wp-block-cover,
.wp-block-button__link,
.wp-block-button .wp-block-button__link,
.has-border-radius,
.wp-block-group,
.wp-block-column,
.wp-block-media-text,
.wp-block-gallery img,
.wp-block-post-featured-image img {
    border-radius: 0 !important;
}

/* YETI-style button hover */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--contrast);
    border-color: var(--wp--preset--color--secondary);
}

/* Link styles */
a {
    text-decoration-thickness: .0625em !important;
    text-underline-offset: .15em;
}

/* YETI-style full-width sections */
.wp-block-cover,
.wp-block-cover__image-background {
    border-radius: 0 !important;
}

/* Clean navigation */
.wp-block-navigation .wp-block-navigation-item__content {
    text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-item__content:hover {
    text-decoration: underline;
}

/* Footer dark background */
footer.wp-block-group {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
}

/* Section backgrounds */
.bg-light-gray {
    background-color: var(--wp--preset--color--tertiary);
}
