:root {
  --milk: #f7f4ef;
  --white: #fff;
  --beige: #e7ddd1;
  --taupe: #a28d7a;
  --chocolate: #3e2d25;
  --ink: #30241e;
  --muted: #75685f;
  --line: #3e2d2526;
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --radius: 20px;
  --container: 1320px;
  --gutter: 48px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
