/*
 Theme Name:   Twenty Twenty One Child
 Theme URI:    https://wordpress.org/themes/twentytwentyone/
 Description:  Twenty Twenty One Child Theme for DIGITela Websites
 Author:       Zoltan Takacs
 Author URI:   https://digitela.hu
 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
 Tags:         one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  twenty-twenty-one-child
*/

:root{
    --branding--title--font-size: 3rem;
    --global--font-size-xxl: 4rem;
    --global--spacing-vertical: 15px;
    --branding--title--text-transform: none;
}

@media only screen and (max-width: 782px) {
	:root {
        --branding--title--font-size: 2rem;
        --global--font-size-xxl: 3rem;
	}
}

@media only screen and (max-width: 652px) {
	:root {
        --branding--title--font-size: 1.5rem;
	    --global--font-size-xxl: 2rem;
	}
}

.entry-title{
    text-align: center;
}

.entry-content{
    text-align: justify;
}