/* Claudessa daisyUI theme — CSS variables for CDN usage */
/* daisyUI CDN doesn't support custom themes defined in tailwind.config */
/* This file defines the claudessa theme CSS variables inline */
[data-theme="claudessa"] {
  --p: 175 84% 32%;
  --pf: 175 84% 26%;
  --pc: 0 0% 100%;
  --s: 38 92% 50%;
  --sf: 38 92% 42%;
  --sc: 30 100% 10%;
  --a: 221 83% 53%;
  --af: 221 83% 45%;
  --ac: 0 0% 100%;
  --n: 215 28% 17%;
  --nf: 215 28% 13%;
  --nc: 210 20% 98%;
  --b1: 0 0% 100%;
  --b2: 210 20% 98%;
  --b3: 220 14% 96%;
  --bc: 215 28% 17%;
  --rounded-btn: 0.5rem;
  --rounded-box: 0.75rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-focus-scale: 0.95;
  --tab-radius: 0.5rem;
}
