@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
:root{
--font-display:'Zen Old Mincho','Noto Serif JP',serif;
--font-sans:'Zen Kaku Gothic New','Noto Sans JP',-apple-system,BlinkMacSystemFont,sans-serif;
--text-xs:0.75rem;
--text-sm:0.875rem;
--text-base:1rem;
--text-lg:1.125rem;
--text-xl:1.25rem;
--text-2xl:1.5rem;
--text-3xl:1.875rem;
--text-4xl:2.25rem;
--text-5xl:3rem;
--text-6xl:3.75rem;
--leading-tight:1.15;
--leading-snug:1.35;
--leading-normal:1.6;
--tracking-wide:0.02em;
--tracking-wider:0.06em;
}
