/* MA Quilts reference tokens. */
@theme {
  --color-canvas-white: #ffffff;
  --color-text-black: #000000;
  --color-accent-orange: #f15a24;
  --color-canary-yellow: #ffed8c;
  --color-midnight-ink: #050133;
  --color-secondary-text-gray: #333333;
  --font-display: Manrope, sans-serif;
  --font-sans: "Roboto Mono", sans-serif;
}