:root {
  --lmgx-font-family: "Helvetica Neue", Arial, sans-serif;
  --lmgx-color-bg: #fffaf6;
  --lmgx-color-text: #241814;
  --lmgx-color-primary: #c95b2f;
  --lmgx-color-on-primary: #fffaf6;
  --lmgx-color-link: #a94a25;
  --lmgx-color-link-hover: #8a3918;
  --lmgx-color-border: #ead6ca;
  --lmgx-card-border: #efd8cb;
  --lmgx-card-shadow: 0 18px 32px rgba(145, 78, 47, 0.12);
  --lmgx-card-radius: 20px;
  --lmgx-color-muted: #7a6258;
  --lmgx-color-surface: #fffdfb;
  --lmgx-button-radius: 14px;
  --lmgx-color-button-bg: #fffdfb;
  --lmgx-color-button-text: #241814;
  --lmgx-color-button-hover-bg: #fff0e6;
  --lmgx-color-button-hover-text: #241814;
  --lmgx-color-button-hover-border: #c95b2f;
  --lmgx-color-button-active-bg: #ffe2d2;
  --lmgx-color-button-active-text: #241814;
  --lmgx-color-button-active-border: #c95b2f;
  --lmgx-color-button-disabled-bg: #f4ebe6;
  --lmgx-color-button-disabled-text: #ac9489;
  --lmgx-color-button-disabled-border: #e8dad3;
  --lmgx-input-text: #241814;
  --lmgx-input-placeholder: #9b7f74;
  --lmgx-input-bg: #fffdfb;
  --lmgx-input-border: #e7d3c8;
  --lmgx-input-focus-border: #c95b2f;
  --lmgx-input-focus-ring: 0 0 0 3px rgba(201, 91, 47, 0.18);
  --lmgx-input-disabled-bg: #f4ebe6;
  --lmgx-input-disabled-text: #ac9489;
  --lmgx-radius: 16px;
  --lmgx-hero-bg: linear-gradient(135deg, #fff3e8 0%, #fffaf6 55%, #fffdfb 100%);
}
