@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=IBM+Plex+Mono:wght@400&display=swap");:root{--cream:#f5f0e8;--parchment:#ede7db;--cream-rule:#c8c0b4;--dark:#111;--charcoal:#1e1e1c;--ink:#1a1714;--smoke:#4a453f;--ash:#8a837a;--signal:#1b2d4a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:DM Sans,-apple-system,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased}::selection{background:var(--parchment);color:var(--ink)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--cream-rule)}a{color:inherit;text-decoration:none}