@tailwind base; @tailwind components; @tailwind utilities; html, body, #__next { @apply h-full; } html > body { --focus-border: theme('colors.vega.pink'); } html.dark > body { --focus-border: theme('colors.vega.yellow'); }