/* Design reference tokens. */
@theme {
  --color-midnight-black: #000000;
  --color-canvas-white: #ffffff;
  --color-ghost-border: #e5e7eb;
  --color-subtle-gray: #858585;
  --color-hinting-gray: #b3b3b3;
  --font-display: CashSans, sans-serif;
}