@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";@layer base{:root{--cream: 250 245 240;--sky-blue: 135 206 235;--fresh-green: 76 175 80;--golden-yellow: 255 193 7;--background: 250 245 240;--foreground: 40 40 40;--card: 255 255 255;--card-foreground: 40 40 40;--popover: 255 255 255;--popover-foreground: 40 40 40;--muted: 229 229 229;--muted-foreground: 100 100 100;--accent: 135 206 235;--accent-foreground: 255 255 255;--destructive: 239 68 68;--destructive-foreground: 255 255 255;--border: 229 229 229;--input: 255 255 255;--ring: 135 206 235;--font-display: "Playfair Display", serif;--font-sans: "Inter", sans-serif}html{scroll-behavior:smooth}body{background-color:rgb(var(--background));color:rgb(var(--foreground));font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"rounding-mode" 0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;letter-spacing:-.02em}h1{font-size:3rem;line-height:1.2}@media (min-width: 768px){h1{font-size:3.75rem}}h2{font-size:2.25rem;line-height:1.2}@media (min-width: 768px){h2{font-size:3rem}}h3{font-size:1.875rem;line-height:1.4}@media (min-width: 768px){h3{font-size:2.25rem}}h4{font-size:1.5rem}@media (min-width: 768px){h4{font-size:1.875rem}}p{line-height:1.625;font-size:1rem}@media (min-width: 768px){p{font-size:1.125rem}}.container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container{padding-left:2rem;padding-right:2rem}}.flex{min-width:0;min-height:0}button{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}button:active{transform:scale(.95)}a{color:rgb(var(--accent));transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}a:hover{color:rgb(var(--accent) / .8)}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-track{background-color:rgb(var(--muted))}::-webkit-scrollbar-thumb{background-color:rgb(var(--muted-foreground));border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--foreground))}}@layer components{.card-premium{background-color:rgb(var(--card));color:rgb(var(--card-foreground));border-radius:.5rem;box-shadow:0 1px 2px #0000000d;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.card-premium:hover{box-shadow:0 4px 6px -1px #0000001a}.section-padding{padding-top:4rem;padding-bottom:4rem}@media (min-width: 768px){.section-padding{padding-top:6rem;padding-bottom:6rem}}@media (min-width: 1024px){.section-padding{padding-top:8rem;padding-bottom:8rem}}.gradient-text{background:linear-gradient(to right,rgb(var(--accent)),rgb(var(--fresh-green)),rgb(var(--golden-yellow)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.divider{height:1px;background:linear-gradient(to right,transparent,rgb(var(--border)),transparent)}}@layer utilities{.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.text-cream{color:rgb(var(--cream))}.bg-cream{background-color:rgb(var(--cream))}.text-sky-blue{color:rgb(var(--sky-blue))}.bg-sky-blue{background-color:rgb(var(--sky-blue))}.text-fresh-green{color:rgb(var(--fresh-green))}.bg-fresh-green{background-color:rgb(var(--fresh-green))}.text-golden-yellow{color:rgb(var(--golden-yellow))}.bg-golden-yellow{background-color:rgb(var(--golden-yellow))}.transition-smooth{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.shadow-premium{box-shadow:0 10px 15px -3px #0000001a}.shadow-subtle{box-shadow:0 1px 2px #0000000d}}@supports (font-variation-settings: normal){body{font-variation-settings:"wght" 400}}
