:root {
  /* color */
  --color-primary: #faf7f2;
  --color-secondary: #f3eee7;
  --gold: #c7a46a;
  --gold-dark: #a97b3c;
  --gold-hover: #b98c52;
  --text-primary: #222222;
  --text-secondary: #6f6a63;
  --border: #e7ded2;
  --white: #ffffff;

  /* type */
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Manrope", "Inter", -apple-system, "Segoe UI", sans-serif;

  /* motion */
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-s: 500ms;
  --dur-m: 650ms;
  --dur-l: 800ms;

  /* layout */
  --max-width: 1360px;
  --header-h: 92px;
  --radius-s: 2px;
}
