@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body {
  font-family: "EB Garamond", serif !important;
}

h1, h2, h3, h4, h5, h6 {
	  font-family: "EB Garamond", serif !important;
	font-weight: 500;
}

.banner-wrap {
    padding: 40px 50px 5px;
    max-width: 1130px !important;
}

.home .entry-content.wp-block-post-content.is-layout-constrained {
    padding: 0;
}

.banner-wrap p {
    line-height: 34px;
}

.person-wrap {
    margin: 26px 0;
}

.banner-wrap h1 {
    margin-bottom: 14px;
}

.text-weight {
    font-weight: 500;
}

.icons-wrap p {
    font-weight: 500;
}

.icons-wrap img {
    width: 28px;
}

.icons-wrap {
    gap: 35px;
}

.icons-wrap a {
    text-decoration: none;
}

.icons-wrap a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.banner-wrap {
    flex-wrap: nowrap !important;
}
	
	.banner-wrap h1 {
    font-size: 42px !important;
}
	
	.banner-wrap h2 {
    font-size: 28px !important;
}
}

@media (max-width: 767px) {
.banner-wrap {
    padding: 40px 20px 5px;
    flex-direction: column-reverse;
    gap: 30px;
}
	
	.icons-wrap {
    justify-content: center;
}
	
	.banner-text * {
    text-align: center;
}
}

.addtoany_shortcode {
    display: none;
}
.addtoany_shortcode.open {
    display: block;
}
a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}

.banner-text {
    position: relative;
}

.addtoany_shortcode.open {
    position: absolute;
    width: 260px;
    right: 0;
    bottom: 70px;
    padding: 14px 14px;
    border-radius: 6px;
    background: #ddd;
}

.addtoany_shortcode.open span.a2a_label {
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: unset;
    font-size: 14px;
    position: relative !important;
    font-weight: 600;
    width: auto !important;
    margin-left: 10px;
}

.addtoany_shortcode.open .a2a_kit.a2a_kit_size_32.addtoany_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}