/** Sistema tipográfico oficial Ana Sesso. */

:root {
	--anasesso-font-display: Georgia, "Times New Roman", serif;
	--anasesso-font-interface: "Inter", Arial, sans-serif;
	--anasesso-font-body: "Open Sans", Arial, sans-serif;
}

body,
.editor-styles-wrapper {
	--theme-font-family: var(--anasesso-font-body);
	font-family: var(--anasesso-font-body);
	font-size: 18px;
	line-height: 1.65;
}

h1,
h2,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.wp-block-pullquote,
.wp-block-quote.is-style-large {
	--theme-font-family: var(--anasesso-font-display);
	font-family: var(--anasesso-font-display);
}

h3,
h4,
h5,
h6,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	--theme-font-family: var(--anasesso-font-interface);
	font-family: var(--anasesso-font-interface);
}

button,
input,
select,
textarea,
label,
.wp-element-button,
.gspb-buttonbox,
.ct-button,
.ct-header-menu,
.ct-header-trigger,
.ct-footer,
.ct-breadcrumbs,
.ct-pagination,
.wp-block-navigation,
.wp-block-button,
.wp-block-search__button {
	--theme-button-font-family: var(--anasesso-font-interface);
	font-family: var(--anasesso-font-interface);
}

small,
figcaption,
.wp-element-caption,
.entry-meta {
	font-family: var(--anasesso-font-body);
}
