@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-rgb:255,255,255}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb))}@layer components{.art-container,.art-heading,.art-subheading{@apply font-display text-2xl md:text-3xl font-medium mb-8}}.container-vector{position:relative;background:linear-gradient(180deg,#fff 75%,rgba(0,255,89,.67));overflow:hidden}@keyframes pathAppear{0%{opacity:0;stroke-dashoffset:1000}to{opacity:1;stroke-dashoffset:0}}.vector-path{stroke-dasharray:1000;stroke-dashoffset:1000;opacity:0;animation:pathAppear 2s forwards}