@tailwind base;@tailwind components;@tailwind utilities;:root{--brand:247 117 0;--brand-hover:255 147 10;--brand-active:204 89 2;--brand-text:204 89 2;--brand-contrast:70 27 4;--brand-soft:255 243 211}@layer base{html{-webkit-tap-highlight-color:transparent}body{@apply bg-white text-gray-900 antialiased;font-feature-settings:"rlig" 1,"calt" 1}}@layer components{.btn-primary,.btn-secondary,.card,.container-store{@apply max-w-4xl mx-auto px-4}}@layer utilities{.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}}