@import"tailwindcss";@theme inline{ --color-executive-navy: #0F2747; --color-emerald-green: #16A34A; --color-charcoal-gray: #3E4655; --color-soft-light-gray: #F6F8FB; --color-background: #FFFFFF; --color-foreground: #0F2747; --color-card: #FFFFFF; --color-card-foreground: #0F2747; --color-popover: #FFFFFF; --color-popover-foreground: #0F2747; --color-primary: #0F2747; --color-primary-foreground: #FFFFFF; --color-secondary: #F6F8FB; --color-secondary-foreground: #0F2747; --color-muted: #F6F8FB; --color-muted-foreground: #3E4655; --color-accent: #16A34A; --color-accent-foreground: #FFFFFF; --color-destructive: hsl(0 84.2% 60.2%); --color-destructive-foreground: #FFFFFF; --color-border: #E2E8F0; --color-input: #E2E8F0; --color-ring: #16A34A; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-serif: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif; }:root{--radius: .5rem}@media (prefers-color-scheme: dark){:root{--color-background: #0F2747;--color-foreground: #FFFFFF;--color-card: #1E3A5F;--color-card-foreground: #FFFFFF;--color-popover: #1E3A5F;--color-popover-foreground: #FFFFFF;--color-primary: #FFFFFF;--color-primary-foreground: #0F2747;--color-secondary: #1E3A5F;--color-secondary-foreground: #FFFFFF;--color-muted: #1E3A5F;--color-muted-foreground: #94A3B8;--color-accent: #16A34A;--color-accent-foreground: #FFFFFF;--color-destructive: hsl(0 62.8% 30.6%);--color-destructive-foreground: #FFFFFF;--color-border: #1E3A5F;--color-input: #1E3A5F;--color-ring: #16A34A}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-feature-settings:"cv11","ss01";font-variant-ligatures:common}h1,h2,h3,h4,h5,h6{@apply font-serif;font-weight:600;letter-spacing:-.02em}h1{@apply text-4xl md:text-5xl lg:text-6xl;}h2{@apply text-3xl md:text-4xl lg:text-5xl;}h3{@apply text-2xl md:text-3xl;}h4{@apply text-xl md:text-2xl;}p{@apply text-base leading-relaxed;}a{@apply transition-colors duration-200;}html{scroll-behavior:smooth}::selection{@apply bg-emerald-500/20;}}@layer utilities{.text-balance{text-wrap:balance}.text-gradient{@apply bg-gradient-to-r from-executive-navy to-emerald-green bg-clip-text text-transparent;}.section-padding{@apply py-16 md:py-24 lg:py-32;}.container-custom{@apply mx-auto px-4 sm:px-6 lg:px-8 max-w-7xl;}.animate-fade-up{animation:fadeUp .6s ease-out forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideIn .8s ease-out forwards}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}}
