/**
 * Tokens tipográficos compartilhados — Cães & Gatos Portal Elements.
 *
 * Pesos carregados no WordPress devem cobrir apenas:
 *   Inter 400, 600, 700  |  DM Sans 700
 * --cg-fw-display mapeia ex-display (800/900) para 700 e evita .woff2 extras.
 */
:root {
	--cg-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--cg-font-heading: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--cg-font-serif-fallback: Georgia, "Times New Roman", serif;

	--cg-fw-regular: 400;
	--cg-fw-medium: 500;
	--cg-fw-semibold: 600;
	--cg-fw-bold: 700;
	--cg-fw-display: 700;
}
