/* Huevos JP design tokens */
:root {
  --color-primary: #4f7a45;
  --color-primary-dark: #385b32;
  --color-secondary: #f4c95d;
  --color-secondary-deep: #d9a92d;
  --color-background: #fffdf7;
  --color-surface: #ffffff;
  --color-surface-alt: #f7f3e8;
  --color-text: #263326;
  --color-text-light: #5b685d;
  --color-border: #e7e2d6;
  --color-success: #2a8f5d;
  --color-warning: #c7892d;
  --color-danger: #be4a3f;
  --color-whatsapp: #25d366;
  --color-whatsapp-dark: #1da851;
  --color-shadow: rgba(27, 35, 29, 0.12);
  --color-shadow-strong: rgba(27, 35, 29, 0.18);

  --font-sans: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
  --font-display: 'Poppins', 'Inter', 'Segoe UI', sans-serif;

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 800;

  --container-width: 1200px;
  --container-padding: 1.25rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.125rem;
  --radius-xl: 1.5rem;
  --radius-full: 999px;

  --shadow-soft: 0 10px 24px rgba(26, 41, 27, 0.08);
  --shadow-card: 0 16px 35px rgba(47, 74, 46, 0.1);
  --transition: 180ms ease;

  --z-header: 100;
  --z-floating: 150;
  --z-modal: 200;
}
