:root {
  --project-bg: #EEEAE2;
  --project-surface: #FAF8F2;
  --project-ink: #202026;
  --project-muted: #6F6A61;
  --project-accent: #9D5B46;
  --project-accent-2: #2E6071;
  --project-deep: #1E2D35;
  --project-font-display: "Unbounded", serif;
  --project-font-text: "Manrope", sans-serif;
  --project-font-numeric-ui: "Manrope", sans-serif;
  --project-radius-lg: 28px;
  --project-radius-md: 18px;
  --project-shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.12);
}
