:root {
  --or-bg: #f3f0ea;
  --or-paper: #fbfaf7;
  --or-surface: #ffffff;
  --or-surface-warm: #e8e1d6;
  --or-dark: #0f1110;
  --or-dark-soft: #1a1b19;
  --or-text: #151515;
  --or-muted: #6f6a61;
  --or-line: #ded8cd;
  --or-line-dark: rgba(255, 255, 255, 0.16);
  --or-accent: #b88955;
  --or-accent-soft: #d8b98d;
  --or-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --or-max: min(var(--page-width), 120rem);
  --or-font:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
}
