@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;0,800;0,900;1,800&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;1,700&family=Poppins:ital,wght@0,600;0,700;0,800;1,700;1,800&display=swap');
:root{
--font-display:'Montserrat',sans-serif;
--font-body:'Nunito Sans',sans-serif;
--font-accent:'Poppins',sans-serif;
--text-xs:0.75rem;
--text-sm:0.875rem;
--text-base:1rem;
--text-lg:1.125rem;
--text-xl:1.375rem;
--text-2xl:1.75rem;
--text-3xl:2.25rem;
--text-4xl:3rem;
--text-5xl:3.75rem;
--lh-tight:1.1;/* @kind other */
--lh-snug:1.3;/* @kind other */
--lh-normal:1.5;/* @kind other */
--lh-relaxed:1.65;/* @kind other */
--fw-regular:400;/* @kind other */
--fw-semibold:600;/* @kind other */
--fw-bold:700;/* @kind other */
--fw-extrabold:800;/* @kind other */
--fw-black:900;/* @kind other */
}
