:root {
  --ivory: #f7f3ea;
  --olive: #6f7754;
  --olive-dark: #4f573e;
  --brown: #705b4b;
  --sand: #e8dfcf;
  --text: #3f3b35;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --script: 'Parisienne', cursive;
  --container: 1120px;
  --transition: 240ms ease;
}
.menu-toggle { display: none; }
.hero-logo { mask-image: radial-gradient(ellipse at center, #000 58%, transparent 73%); }
