/*
Theme Name: My Twenty Twenty Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty.
Author: Your Name
Author URI: https://example.com/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    /*font-family: unset;*/
}

h1,h2,h3,h4,h5,h6,ul,li,span,a,p { /*font-family: serif !important;*/ }

p { font-size: 1.1em; }

h3 {
    margin: 1.6rem auto 1.6rem;
}

.content-theme {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    width: calc(100% - 4rem);
}
#site-header {
    border-bottom: 1px #303030 solid;
}

.singular .entry-header {
    padding: 1rem 0;
}

.wp-block-post-template > li {
    border-bottom: 1px solid white;
    border-radius: 18px;
}

.wp-block-post-featured-image img {
    border-radius: 16px;
}

.stk-block-icon-list-item__text a {
    text-decoration: none;
}

.wp-block-query-pagination {
    margin-top: 2em;
}

@media (max-width: 768px) {
	.wp-container-core-post-template-is-layout-acd39556, .wp-container-core-post-template-is-layout-2fc57c17 {
	grid-template-columns: repeat(2, 46%) !important;
}
}