:root {
  --lm-cream: #fff7f0;
  --lm-flour: #fffdfb;
  --lm-paper: #ffffff;
  --lm-blush: #f9e7dc;
  --lm-peach: #efb49f;
  --lm-wine: #b52d36;
  --lm-wine-deep: #8f2029;
  --lm-cocoa: #3d2926;
  --lm-muted: #786864;
  --lm-gold: #f0a21b;
  --lm-line: rgba(85, 47, 40, .13);
  --lm-shadow: 0 16px 42px rgba(92, 45, 34, .1);
  --lm-font-display: Georgia, "Times New Roman", serif;
  --lm-font-body: "Be Vietnam Pro", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --lm-radius-sm: 10px;
  --lm-radius: 18px;
  --lm-radius-lg: 28px;
  --lm-z-sticky: 100;
  --lm-z-mobile: 300;
  --lm-container: min(1180px, calc(100vw - 40px));
}
