···11@import "tailwindcss";
22@import "@catppuccin/tailwindcss/mocha.css";
3344-/*
55- The default border color has changed to `currentcolor` in Tailwind CSS v4,
66- so we've added these compatibility styles to make sure everything still
77- looks the same as it did with Tailwind CSS v3.
88-99- If we ever want to remove these styles, we need to add an explicit border
1010- color utility to any element that depends on these defaults.
1111-*/
1212-@layer base {
1313- *,
1414- ::after,
1515- ::before,
1616- ::backdrop,
1717- ::file-selector-button {
1818- border-color: var(--color-gray-200, currentcolor);
1919- }
2020-}
2121-224body {
235 width: 450px; /* max: 1000px */
246 @apply bg-ctp-base text-ctp-text text-base;