





@font-face {
    font-family: 'Twenty One';
    src: url('_media/custom/fonts/TwentyOne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Goldenbook';
    src: url('_media/custom/fonts/Goldenbook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Garet';
    src: url('_media/custom/fonts/Garet-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Garet Book';
    src: url('_media/custom/fonts/Garet-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    --script-title-font: 'Twenty One' !important;
    --title-font-family: 'Goldenbook' !important;
    --sub-title-font-family: 'Garet Book' !important;
    --body-font-family: 'Garet Book' !important;
    --menu-font-family: 'Garet Book' !important;
    --button-font-family: 'Garet Book' !important;
    --p-font-size: clamp(1rem, calc(1rem + ((1vw - 0.225rem) * 0.47)), 1.1rem);
}

.blocks-site .infographic-rss .weblet_web-syndication {
	margin-top: 0;
	padding-top: calc(var(--spacing-1,0) * 20);
}
.infographic-rss .weblet_web-syndication h1, 
.infographic-rss .weblet_web-syndication h2, 
.infographic-rss .weblet_web-syndication h3, 
.infographic-rss .weblet_web-syndication h4, 
.infographic-rss .weblet_web-syndication h5, 
.infographic-rss .weblet_web-syndication h6, 
.infographic-rss .weblet_web-syndication .title {
	text-transform: var(--title-case);
	font-family: var(--custom-title-font-family, var(--title-font-family));
	font-weight: var(--title-weight);
	font-style: var(--title-style);
	letter-spacing: var(--title-spacing);
}

.infographic-rss .weblet_web-syndication h1 {
	text-align: center !important;
	font-size: var(--text-size6) !important;
}
.infographic-rss .weblet_web-syndication h1:after {
	content: "";
	width: 8rem;
	height: 2px;
	background-color: var(--title-underline-color, var(--g-accent-color, black));
	display: block;
	margin: 0.75rem auto 0 auto;
} 

.infographic-rss .weblet_web-syndication-entry-text img {
	float: left;
	max-width: 45% !important;
	margin: 0 1rem 1rem 0 !important;
} 
.infographic-rss .weblet_web-syndication-entry-text a img {
	float: none !important;
	max-width: none !important;
	margin: initial !important;
}

.infographic-rss .weblet_web-syndication-entry-text p:first-of-type {
	margin-top: 0 !important;
} 

.infographic-rss .weblet_web-syndication-entry-text a {
	color: var(--g-accent-color);
	transition: all 0.5s ease;
}
.infographic-rss .weblet_web-syndication-entry-text a:hover {
	color: currentColor;
}