:root {
  --stone-bg: rgba(14,16,20,0.65);
  --stone-border: rgba(140,155,175,0.18);
  --stone-border-light: rgba(160,175,195,0.28);
  --stone-text: #ffffff;
  --stone-text-dim: rgba(255,255,255,1);
  --stone-text-bright: #ffffff;
  --accent: #7eaadc;
  --accent-bright: #9ec4f0;
  --accent-dim: rgba(126,170,220,0.15);
  --gold: #9ec4f0;
  --gold-dim: rgba(126,170,220,0.12);
  --display: 'EB Garamond', Garamond, Georgia, serif;
  --body: Arial, Helvetica, sans-serif;
}
