@import "tailwindcss"; @import "./prism.css"; @plugin '@tailwindcss/typography'; @custom-variant dark (&:where(.dark, .dark *)); @theme { --text-*: initial; --text-xs: 0.75rem; --text-xs--line-height: 1rem; --text-sm: 0.875rem; --text-sm--line-height: 1.5rem; --text-base: 1rem; --text-base--line-height: 2rem; --text-lg: 1.125rem; --text-lg--line-height: 1.75rem; --text-xl: 1.25rem; --text-xl--line-height: 2rem; --text-2xl: 1.5rem; --text-2xl--line-height: 2.5rem; --text-3xl: 2rem; --text-3xl--line-height: 2.5rem; --text-4xl: 2.5rem; --text-4xl--line-height: 3rem; --text-5xl: 3rem; --text-5xl--line-height: 3.5rem; --text-6xl: 3.75rem; --text-6xl--line-height: 1; --text-7xl: 4.5rem; --text-7xl--line-height: 1; --text-8xl: 6rem; --text-8xl--line-height: 1; --text-9xl: 8rem; --text-9xl--line-height: 1; --font-sans: "Inter Variable"; --font-display: "Lexend Variable"; --font-display--font-feature-settings: "ss01"; --container-8xl: 88rem; } @layer base { [inert] ::-webkit-scrollbar { display: none; } }