:root {
  /* Colors */
  --nobe-cream: #E8E3DD;
  --nobe-black: #000000;
  --nobe-gold: #BD8E4A;
  --nobe-gold-transparent: rgba(189, 135, 74, 0.2);
  --nobe-white: #FFFFFF;
  --nobe-gray: #A2A2A2;
  --nobe-dark-gray: #404040;
  --nobe-light-gray: #D9D9D9;
  
  /* Glass morphism */
  --glass-bg: rgba(0, 0, 0, 0.64);
  --glass-bg-light: rgba(0, 0, 0, 0.6);
  --glass-blur: blur(70px);
  --glass-blur-mobile: blur(40px);
  
  /* Typography */
  --font-primary: 'Albert Sans', system-ui, -apple-system, sans-serif;
  
  /* Spacing */
  --space-xs: 0.5rem;    /* 8px */
  --space-sm: 1rem;      /* 16px */
  --space-md: 2rem;      /* 32px */
  --space-lg: 4rem;      /* 64px */
  --space-xl: 6rem;      /* 96px */
  
  /* Border radius */
  --radius: 4px;
  
  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.15);
  
  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
}
