@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--background: #f5f2ed;--foreground: #1a1a1a;--card: #ffffff;--card-foreground: #1a1a1a;--primary: #6b7a4f;--primary-foreground: #ffffff;--secondary: #c4a77d;--secondary-foreground: #1a1a1a;--muted: #e8e5e0;--muted-foreground: #666666;--accent: #c4a77d;--accent-foreground: #1a1a1a;--border: #d4d0c9;--input: #d4d0c9;--ring: #6b7a4f}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}main{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.min-h-screen{min-height:100vh}.bg-background{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.text-foreground{color:var(--foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.border-border{border-color:var(--border)}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1140px}}button,a{cursor:pointer;transition:all .3s ease}button:focus,a:focus{outline:2px solid var(--ring);outline-offset:2px}img{max-width:100%;height:auto}
