:root {
  /* Brand Colours */
  --gold: #C9A96E;
  --gold-light: #E8D5AA;
  --gold-dark: #A07840;

  /* Backgrounds */
  --ivory: #FAF8F3;
  --cream: #F2EDE4;
  --charcoal: #1A1814;
  --charcoal-mid: #2D2A24;

  /* Text */
  --warm-gray: #7A7268;
  --warm-gray-light: #B8B0A0;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', 'Helvetica Neue', sans-serif;

  /* Layout */
  --nav-height: 80px;
  --container-max: 1280px;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.2s ease;
}
