:root {
  --cream:      #F8F4EE;
  --cream-2:    #F0EBE3;
  --parchment:  #E2D9CE;
  --ink:        #131210;
  --gold:       #B8955A;
  --gold-warm:  #C9A96E;
  --gold-pale:  #D4B07E;
  --text-dark:  #1A1815;
  --text-mid:   #5A5650;
  --text-soft:  #8A847C;
  --text-light: #F0EDE8;
  --ff-serif:   'Cormorant Garamond', Georgia, serif;
  --ff-sans:    'Jost', sans-serif;
  --ease-out:   cubic-bezier(0.22, 1, 0.36, 1);
}
::selection { background: #B8955A; color: #fff; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: #E2D9CE; }
::-webkit-scrollbar-thumb:hover { background: #B8955A; }
