:root {
  --primary-background: #ffffff;
  --secondary-background: #f8f8f8;
  --text-color: #111111;
  --muted-text: #626262;
  --soft-text: #8d8d8d;
  --line-color: #e8e8e8;
  --deep-line: #d7d7d7;
  --primary-accent: #f2a000;
  --overlay-white: rgba(255, 255, 255, 0.86);
  --overlay-dark: rgba(17, 17, 17, 0.54);
  --heading-font: "Cormorant Garamond", Georgia, serif;
  --body-font: "Manrope", Arial, sans-serif;
  --page-max: 1180px;
  --wide-max: 1440px;
  --section-space: clamp(5.5rem, 9vw, 9rem);
  --inner-pad: clamp(1.25rem, 4vw, 3rem);
  --nav-height: 76px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-soft: 0 24px 80px rgba(17, 17, 17, 0.12);
  --shadow-hover: 0 28px 70px rgba(17, 17, 17, 0.18);
}
