:root {
  --sahlo-bg: #f7f6f3;
  --sahlo-bg-secondary: #f5f4f1;
  --sahlo-text: #4a4a4a;
  --sahlo-ink: #141414;
  --sahlo-text-muted: rgba(74, 74, 74, 0.72);
  --sahlo-line: rgba(20, 20, 20, 0.1);
  --sahlo-font-serif: 'Cormorant Garamond', Georgia, serif;
  --sahlo-font-sans: 'DM Sans', Helvetica, Arial, sans-serif;
  --sahlo-ease: cubic-bezier(0.22, 1, 0.36, 1);
}