/*
Theme Name: Karlamirmeine
Theme URI: 
Description: A very minimal WordPress block theme for simple page-based sites: text, images, and a small navigation menu. Loosely based on the Pixl theme by Automattic (GPL). No blog, no comments.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Author: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karlamirmeine

Loosely based on "Pixl" by Automattic, licensed GPL v2 or later.
Bundled fonts: DM Mono (SIL Open Font License) and uni 05_53 (Craig Kroeger / miniml).
*/

/* Box-shadow utility (border support for box-shadow is limited in the editor). */
.km-shadow {
    box-shadow: var(--wp--custom--shadow);
}

/* Links: give underlines a little breathing room. */
a:where(:not(.wp-element-button)) {
    text-underline-offset: 0.3em;
}

/*
 * Navigation submenu colours, so dropdowns match the theme palette.
 */
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--foreground);
    border-color: var(--wp--preset--color--primary);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/* Let the header bar grow to fill the row next to the site title. */
.km-header {
    flex-grow: 1;
}

/* Firefox treats strong/b as lighter by default; match WebKit. */
strong, b {
    font-weight: 700;
}
