/* Hoja tipográfica mínima, independiente del procesamiento crítico de JCH. */
@font-face {
	font-family: "Inter Indicadores";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/Inter-upright-latin-var.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+2000-206F, U+20A0-20CF, U+2190-21FF, U+25A0-25FF, U+2600-26FF, U+2700-27BF;
}

@font-face {
	font-family: "Inter Indicadores";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/Inter-italic-latin-var.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+2000-206F, U+20A0-20CF, U+2190-21FF, U+25A0-25FF, U+2600-26FF, U+2700-27BF;
}

/*
 * JCH puede insertar después su CSS crítico de Twenty Twenty, que declara
 * la familia heredada "Inter var". Esta hoja se sirve fuera de ese bloque;
 * !important conserva la familia reducida aun cuando JCH cambie el orden.
 */
body,
input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
	font-family: "Inter Indicadores", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
