@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Inter:wght@100..900&display=swap";
:root{--font-sans:"Inter",sans-serif;--font-serif:"Cormorant Garamond",serif;--color-black:#000;--color-white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-black);color:var(--color-white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:300}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}.section{max-width:1400px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;margin-bottom:3rem;font-size:3rem}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.section{padding:4rem 1rem}.section-title{font-size:2rem}}
