@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@layer base{html{scroll-behavior:smooth}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,.btn-secondary,.card,.section-subtitle,.section-title{@apply text-lg text-gray-600 mb-8}}@layer utilities{.text-balance{text-wrap:balance}}