@import "tailwindcss"; @theme { --color-brand-blue: #1e40af; --color-brand-blue-light: #3b82f6; --color-kroger-blue: #0068a8; --color-meijer-red: #e31837; --color-target-red: #cc0000; } html { -webkit-tap-highlight-color: transparent; } body { margin: 0; font-family: system-ui, -apple-system, sans-serif; }