:root {
  --bg-1: #0D0D0D;
  --bg-1-rgb: 13, 13, 13;
  --bg-2: #1A1A1A;
  --bg-2-rgb: 26, 26, 26;
  --bg-3: #F7F3ED;
  --bg-3-rgb: 247, 243, 237;
  --accent: #B8897E;
  --accent-rgb: 184, 137, 126;
  --accent-soft: #d6a79c;
  --accent-strong: #9a6b60;
  --rose: #B8897E;
  --rose-rgb: 184, 137, 126;
  --text-on-dark: #F7F3ED;
  --text-on-dark-muted: rgba(247, 243, 237, 0.55);
  --text-on-dark-dim:   rgba(247, 243, 237, 0.35);
  --text-on-light: #0D0D0D;
  --text-on-light-muted: rgba(13, 13, 13, 0.55);
  --text-on-light-dim:   rgba(13, 13, 13, 0.35);
  --text-on-accent: #0D0D0D;
}
