:root {
  --wine-950: #2a0b16;
  --wine-800: #571329;
  --wine-700: #741c38;
  --wine-500: #a34a65;
  --wine-100: #f3e5e9;
  --gold: #c6a15b;
  --gold-soft: #e9d9b8;
  --cream-50: #fcfaf6;
  --cream-100: #f5efe6;
  --ink: #181416;
  --muted: #71686c;
  --border: #e3d8d3;
  --success: #2f7d5c;
  --white: #fff;
  --container: 1200px;
  --container-wide: 1320px;
  --font-ui: "Outfit", system-ui, sans-serif;
  --font-editorial: "Cormorant Garamond", Georgia, serif;
  --shadow-sm: 0 12px 28px rgba(42, 11, 22, .08);
  --shadow-md: 0 24px 64px rgba(42, 11, 22, .14);
}
