/*
 Theme Name:   Twenty Twentyone destevez Child
 Theme URI:    http://example.com/
 Description:  Twenty Twentyone destevez Child
 Author:       Daniel Estevez
 Author URI:   http://destevez.net
 Template:     twentytwentyone
 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:  twentytwentyone
 Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

:root {
	--heading--font-size-h2: 2rem;
	--global--font-size-base: 1rem;
	--global--font-size-page-title: 2.5rem;
	--form--border-width: 2px;
	--button--border-width: 2px;
	--latest-posts--description-font-size: var(--global--font-size-base);
}

.site-header {
	background-color: #d1e4dd;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem
}

.is-dark-theme .site-header {
        background-color: #39414d;
}

.site-title {
	font-size: 2rem;
	font-variant: small-caps;
	text-transform: none;
}

.site-name {
	font-variant: small-caps;
	--branding--title--text-transform: none;
}

.powered-by {
	font-size: 1rem;
	font-style: italic;
}

.site-description {
	font-size: 1rem;
	font-style: italic;
}

.wp-block-search {
	--global--spacing-vertical: 0px;
}

.site-header {
	background-image: url("https://destevez.net/blog_waveform.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

.is-dark-theme .site-header {
	background-image: url("https://destevez.net/blog_waveform_dark.png");
}

div.wp-block-latest-posts__post-full-content p,
div.wp-block-latest-posts__post-full-content div
{
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}
