@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&display=swap";:root{--moss: #3A5C3A;--bark: #3D2E1E;--linen: #F0EBE3;--linen-deep: #E0D8CC;--cream: #FAF7F2;--clay: #B5693A;--mid: #6B5E4E;--fern: #C8DBC8;--sage: #7A9E7A;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", sans-serif;--background: var(--cream);--foreground: var(--bark)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}@supports (height: 100dvh){@media(max-width:768px){html,body,#root{height:100dvh}}}body{font-family:var(--font-body);background:var(--cream);color:var(--bark);font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}button,textarea,input{font-family:var(--font-body)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--linen-deep);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--sage)}.bg-background{background:var(--cream)}.text-foreground{color:var(--bark)}.font-sans{font-family:var(--font-body)}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.relative{position:relative}.h-screen{height:100vh}.w-full{width:100%}.mobile-only{display:none}.desktop-only{display:block}::-moz-selection{background:var(--fern);color:var(--bark)}::selection{background:var(--fern);color:var(--bark)}@media(max-width:768px){html{font-size:20px}}@media(max-width:400px){html{font-size:18px}}
