@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:10,37,16;--background-start-rgb:255,255,255;--background-end-rgb:245,250,245}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}@layer components{.btn-primary,.card-feature{@apply bg-white p-6 rounded-2xl shadow-lg border border-notivette-green-light/20}}