/*****  GLOBAL / THEME OVERRIDES  *****/
html, body {
  background-color: #fdf6e3 !important;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}


/* Base typography tweaks (keep your theme fonts, just spacing/legibility) */
.tcb-style-wrap h1,
.tcb-style-wrap h2,
.tcb-style-wrap h3,
.tcb-style-wrap h4 { margin-top: 0; }
.tcb-style-wrap p { margin-top: 0; }

/* Clear theme/container backgrounds so the page color shows through */
.wp-site-blocks,
.site,
.site-content,
#content,
.entry-content,
.page,
.post,
.main-container,
.content-section,
.section-background {
  background: transparent !important;
}

/* Base typography tweaks (keep your theme fonts, just spacing/legibility) */
.tcb-style-wrap h1,
.tcb-style-wrap h2,
.tcb-style-wrap h3,
.tcb-style-wrap h4 { margin-top: 0; }
.tcb-style-wrap p { margin-top: 0; }

a {
  color:blue !important;
  text-decoration: underline !important;
  border-bottom: 2px solid rgba(0,0,0,0);
  transition:ease-in-out 300ms;
  &:hover {
    border-bottom: 2px solid rgba(0,0,0,1);
  }
  &:visited { color:navy !important; }
}
