/**
 * Local fonts — Manrope (headings) + Inter (body).
 * Weights used: 400, 600, 700 only.
 *
 * Place WOFF2 files in:
 * - assets/fonts/manrope/manrope-400.woff2
 * - assets/fonts/manrope/manrope-600.woff2
 * - assets/fonts/manrope/manrope-700.woff2
 * - assets/fonts/inter/inter-400.woff2
 * - assets/fonts/inter/inter-600.woff2
 * - assets/fonts/inter/inter-700.woff2
 *
 * Fallback stacks keep the site readable before fonts load.
 */

@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope/manrope-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope/manrope-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url("../fonts/manrope/manrope-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter/inter-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter/inter-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter/inter-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--zezinho-font-heading: "Manrope", "Segoe UI", system-ui, sans-serif;
	--zezinho-font-body: "Inter", "Segoe UI", system-ui, sans-serif;
}
