40 years of breathing air, living and achieving fire Live a rich life for free :root { –green: #1a6b3a; –green-middle: #2d8a52; –green-light: #e8f5ee; –Gold: #B8860B; –goldlight: #fdf6dc; –Ink: #1A1A18; –ink-middle: #3d3d38; –ink-light: #6b6b60; –cream: #faf8f3; –rule: #d4cfc4; –white: #ffffff; –max: 740px; } *, ::before, *::after { box-size: border-box; margin: 0; padding: 0; } html { font-size: 18px; scroll-behavior: smooth; } body { background: var(–cream); color: var(–ink); font-family:’source serif 4′, georgia, serif; font-weight: 300; line-height: 1.75; -webkit-font-smoothing: antialiased; } / ── header ── / .site-header { text-align: center; padding: 2.5rem 1.5rem 0; border-bottom: 1px solid var(–rule); margin-bottom: 0; } .site-name { font-family: ‘DM Mono’, monospace; font-size:0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(–ink-light); } .site-rules { width: 40px; height: 2px; background: var(–green); margin:0.75rem auto; } / ── hero ── */ .hero { max-width: var(–max); margin: 0 auto; Padding: 3.5rem 1.5rem…
