:root {
  /* Colors */
  --color-bg-primary: #07131A;
  --color-bg-secondary: #0C1B22;
  --color-bg-card: #101F26;
  --color-bg-card-dark: #09161C;
  --color-text-white: #F5F1EB;
  --color-text-white-sub: #D9D7D2;
  --color-text-gray: #A9ADB0;
  --color-gold-primary: #C9A477;
  --color-gold-light: #DFC29B;
  --color-gold-dark: #927451;
  --color-border-gold: rgba(201, 164, 119, 0.35);
  --color-border-neut: rgba(255, 255, 255, 0.12);

  /* Fonts */
  --font-title: 'Cormorant Garamond', serif;
  --font-body: 'Manrope', sans-serif;

  /* Transitions */
  --transition-premium: all 800ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast: all 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
