:root {
  --void: #14241c;
  --pine: #1e3a2f;
  --olive: #4a5e32;
  --sage: #8a9a6a;
  --chartreuse: #c5d46a;
  --ivory: #f6f1e6;
  --sand: #ebe3d2;
  --ink: #16241c;
  --mute: #5c675f;
  --copper: #b08a4a;
  --line: rgba(22, 36, 28, .14);
  --lab-steel: #7d8b96;
  --max: 1240px;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Segoe UI", system-ui, -apple-system, sans-serif;
}

body {
  font-family: Outfit, var(--font-body);
}
h1, h2, h3, .brand em {
  font-family: "Cormorant Garamond", var(--font-display);
}
