/* umauma-labo DaisyUI 5 design system (CDN / no-build).
   Usage in each page <head>:
     <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet">
     <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
     <link href="./umauma-theme.css" rel="stylesheet">
   Then set <html data-theme="umauma">. Build with DaisyUI components + Tailwind utilities.
   CDN cannot use @plugin, so the theme is CSS variables on the data-theme selector. */

[data-theme="umauma"] {
  color-scheme: light;
  --color-base-100: #faf7f2;
  --color-base-200: #efe7d9;
  --color-base-300: #e5dccb;
  --color-base-content: #2b2320;
  --color-primary: #b0801f;
  --color-primary-content: #fffdf7;
  --color-secondary: #6f6456;
  --color-secondary-content: #faf7f2;
  --color-accent: #c8912b;
  --color-accent-content: #2b2320;
  --color-neutral: #2b2320;
  --color-neutral-content: #f3ece0;
  --color-info: #3b6ea5;
  --color-info-content: #ffffff;
  --color-success: #2f8f5e;
  --color-success-content: #ffffff;
  --color-warning: #c8912b;
  --color-warning-content: #2b2320;
  --color-error: #bd3b2e;
  --color-error-content: #ffffff;
  --radius-selector: 1rem;
  --radius-field: 0.5rem;
  --radius-box: 0.9rem;
  --size-selector: 0.25rem;
  --size-field: 0.25rem;
  --border: 1px;
  --depth: 1;
  --noise: 0;
}

:root { --font-brand: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif; }
[data-theme="umauma"] { font-family: var(--font-brand); font-feature-settings: "palt"; }
.tnum { font-variant-numeric: tabular-nums; }
.font-brand { font-family: var(--font-brand); }
