:root {
  --primary: #a34f62;
  --primary-dark: #873c4e;
  --primary-soft: #f7ecef;
  --secondary: #292423;
  --background: #f7f5f2;
  --surface: #ffffff;
  --surface-soft: #f2efeb;
  --text: #242120;
  --muted: #77706c;
  --border: #e7e1dc;
  --success: #21845f;
  --danger: #c74759;
  --warning: #d98a25;
  --info: #3974b8;
  --shadow-sm: 0 2px 10px rgba(54, 42, 38, .05);
  --shadow-md: 0 12px 32px rgba(54, 42, 38, .08);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --header-height: 66px;
  --bottom-nav-height: 82px;
  --sidebar-width: 244px;
  --content-max: 1560px;
  --label-w: 50mm;
  --label-h: 30mm;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
