@import "tailwindcss";

:root {
  --background: #f6f3ee;
  --foreground: #1f2937;
  --card: #fffdf9;
  --muted: #6b7280;
  --border: #e6ded1;
  --accent: #0f766e;
  --accent-soft: #dff5ef;
  --danger-soft: #fee2e2;
  --warning-soft: #fef3c7;
}

body {
  background: linear-gradient(180deg, #f8f4ee 0%, #f2eee7 100%);
  color: var(--foreground);
  min-height: 100vh;
}

input,
select,
button,
textarea {
  font: inherit;
}
