@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--ink:#0e1b2c;--ink2:#16263b;--ink3:#22354c;--gold:#c9a24b;--gold-deep:#a8843a;--gold-soft:#ebd9a8;--teal:#1e7a6f;--teal-soft:#d6ebe6;--rose:#b2495b;--rose-soft:#f3dde0;--paper:#fbf8f2;--paper2:#f4eee3;--paper3:#efe7d6;--slate:#56616f;--slate2:#76808c;--line:#e2d9c6;--line2:#d3c8b0}html{scroll-behavior:smooth}@apply bg-paper;}@layer components{@apply px-4 py-2 bg-gold text-ink rounded-lg font-semibold hover:bg-gold-deep transition-colors;@apply px-4 py-2 border border-line text-ink rounded-lg font-semibold hover:bg-paper2 transition-colors;@apply bg-white border border-line rounded-lg p-4 shadow-sm;@apply w-full px-3 py-2 border border-line rounded-lg text-ink placeholder-slate bg-white focus:outline-none focus:ring-2 focus:ring-gold;}
