@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--background:#fcfaf6;--foreground:#1e1c1a;--primary:#e25b26;--primary-dark:#c14312;--primary-light:#fcefea;--accent:#f5efeb;--accent-warm:#9e7d52;--accent-olive:#4e6f43;--accent-olive-light:#eef3eb;--border:#eae3d8;--muted:#7e756b;--font-serif:"Outfit", sans-serif;--font-sans:"Inter", sans-serif;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--foreground);font-weight:400;line-height:1.25}p{margin-bottom:1.25rem}a{color:inherit;text-decoration:none;transition:color .2s}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 2rem}.divider{background-color:var(--accent-warm);width:50px;height:3px;margin:1.5rem 0}.divider-center{background-color:var(--accent-warm);width:50px;height:3px;margin:1.5rem auto}@media (max-width:768px){.container{padding:0 1rem}}
