:root{--color-primary:#c29f33;--color-secondary:#1a1a1a;--color-text:#333;--color-background:#fff;--spacing-large:3rem;--spacing-medium:2rem;--spacing-small:1rem}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--color-text);background-color:var(--color-background);line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin-top:0;margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-small)}