/* UD Tailwind customization — keep this file SMALL.
   Only theme tokens that are not already handled by DaisyUI live here. */

@theme {
  --font-sans: 'Plus Jakarta Sans', Inter, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-mono: 'JetBrains Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}
