/* CH Builder — Fontes de marca (Revista Lontras 65 Anos), self-hosted.
   Playfair Display (títulos/serif) + Roboto (texto/UI). Baixadas do Google
   Fonts como fontes variáveis (um arquivo cobre toda a faixa de peso) e
   servidas localmente: zero requisição a terceiros (fonts.googleapis.com/
   fonts.gstatic.com), sem bloqueio de render por conexão externa. */

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url('../fonts/playfair-display-variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/roboto-variable.woff2') format('woff2');
}

:root {
	--chb-font: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--chb-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--chb-font-condensed: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--chb-title-weight: 600;
	--chb-title-tracking: -0.01em;
}
