/**
 * Theme Name: basswood
 * Template:   twentytwentyfive
 * Author: Roman Chernikov
 * Author URI: https://readNtry.com
 * Description: basswood theme is designed as a child theme for Twenty Twenty-Four
 */

body {
    background-color: #edede3;
}

h2,
h2.wp-block-heading {
    font-size: 1.9rem;          /* original is 1.2rem or 32px */
}
h3,
h3.wp-block-heading {
    font-size: 1.7rem;          /* original is 1.2rem or 32px */
}
h4,
h4.wp-block-heading {
    font-size: 1.5rem;          /* original is 1rem or 30px */
}
/*
 "fontSize": "32px",
 "letterSpacing": "-0.64px"
 */

/* Only affect blocks with the .no-gap class */
.no-gap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
