@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Patrick+Hand&family=Dancing+Script:wght@500;700&display=swap');
:root{
--font-body:'Nunito','Segoe UI',sans-serif;
--font-hand:'Patrick Hand','Comic Sans MS',cursive; /* playful headlines, like the flyer marker type */
--font-script:'Dancing Script',cursive; /* the "Eulenwiese" wordmark script */
--text-xs:0.8125rem;
--text-sm:0.9375rem;
--text-base:1.0625rem;
--text-lg:1.25rem;
--text-xl:1.625rem;
--text-2xl:2.125rem;
--text-3xl:2.75rem;
--text-display:3.5rem;
--leading-tight:1.15;
--leading-snug:1.35;
--leading-body:1.6;
--tracking-hand:0.02em;
}
body{font-family:var(--font-body);color:var(--text-body);background:var(--surface-page);font-size:var(--text-base);line-height:var(--leading-body)}
a{color:var(--green-600);text-decoration-color:var(--green-300)}
a:hover{color:var(--berry-700);text-decoration-color:var(--rose-300)}
