/**
 * Fauno PH - Global CSS Variables Theme
 * Design tokens for the public Tailwind v4 experience.
 */

:root {
  /* Brand / Primary colors */
  --app-primary: #9a6f24;
  --app-primary-hover: #785416;
  --app-primary-active: #583b0d;
  --app-secondary: #5f5a52;
  --app-secondary-hover: #312d27;

  /* State colors */
  --app-success: #10b981;
  --app-danger: #ef4444;
  --app-warning: #f59e0b;
  --app-info: #06b6d4;

  /* Surfaces & Backgrounds */
  --app-bg: #fcfbf8;
  --app-surface: #ffffff;
  --app-card: #ffffff;
  --app-text: #201e1a;
  --app-muted: #756f66;
  --app-border: #e9e3d8;

  /* Metrics & Typography */
  --app-radius: 1.25rem;
  --app-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
