body {
background-color: #FAF8F4;
}

.home .entry-title {
display: none;
}

body,
p,
li {
font-family: "Albert Sans", sans-serif;
font-size: 17px;
line-height: 1.65;
font-weight: 400;
color: #3F3A36;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Libre Baskerville", serif;
font-weight: 400;
color: #3F3A36;
line-height: 1.2;
}

h1 {
font-size: 40px;
}

h2 {
font-size: 34px;
}

h3 {
font-size: 24px;
}

nav,
.menu,
.menu-item,
.menu-item a {
font-family: "Albert Sans", sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
}

.wp-block-button__link,
button,
input[type="submit"] {
font-family: "Albert Sans", sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: .5px;
}
.page-title,
.entry-header,
.page-header {
display: none;
}
/* Reset Kitchen consistent page width */
.wp-block-image,
.wp-block-heading,
.wp-block-buttons,
p,
.wp-block-columns {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image img {
    width: 100%;
    height: auto;
}
/* The Heart Behind The Reset Kitchen page */

body.page-the-heart-behind-the-reset-kitchen .wp-block-columns {
max-width: 980px;
margin-left: auto;
margin-right: auto;
align-items: center;
}

body.page-the-heart-behind-the-reset-kitchen .wp-block-columns .wp-block-image img {
width: 340px;
height: auto;
}

body.page-the-heart-behind-the-reset-kitchen h2,
body.page-the-heart-behind-the-reset-kitchen p {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
/* About Lisa section alignment */
.wp-block-columns {
align-items: center;
}
.site-info,
.site-info a,
#colophon .site-info,
.footer-credit,
.footer-credit a,
.credit,
.credit a {
  display: none !important;
}
/* Hide sidebar sitewide */
#secondary,
.sidebar,
.widget-area {
    display: none !important;
}

/* Expand content area */
#primary,
.content-area,
.site-content .content-area {
    width: 100% !important;
    max-width: 100% !important;
}

.site-main {
    width: 100% !important;
}
.page-id-1103 .entry-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.85;
}
margin-bottom: 1.5em;
.gentle-reminder {
    background-color: #F7F3EC;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin: 50px 0;
}