/* WIDGET — typografia. Manrope (nagłówki) + Inter (tekst i interfejs), str. 7. */
:root{
--font-heading:'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif;
--font-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
--font-mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
--weight-h1:800;--weight-h2:800;--weight-h3:700;--weight-h4:700;
--weight-body:400;--weight-medium:500;--weight-strong:600;
/* rozmiary desktop */
--text-h1:52px;--text-h2:36px;--text-h3:24px;--text-h4:19px;
--text-lead:20px;--text-body:16px;--text-small:14px;--text-overline:13px;
/* rozmiary mobile */
--text-h1-mobile:34px;--text-h2-mobile:28px;--text-h3-mobile:21px;--text-h4-mobile:17px;--text-lead-mobile:18px;
/* interlinie */
--leading-h1:1.08;--leading-h2:1.15;--leading-h3:1.25;--leading-h4:1.35;
--leading-lead:1.55;--leading-body:1.6;--leading-small:1.5;--leading-overline:1.4;
/* światło */
--tracking-heading:-0.015em;--tracking-overline:0.12em;
}
