:root{
  --bg: #0A0A0A;
  --card: #151513;
  --card-2: #1B1B18;
  --ink: #F4F2ED;
  --ink-dim: #8C897F;
  --line: rgba(244,242,237,0.1);
  --accent: #E4C989;
  /* Ink for text and marks sitting ON an accent fill, where --ink would not have
     the contrast. Several page-level <style> blocks still hardcode this value. */
  --ink-on-accent: #14140f;
  --radius: 20px;
}
