@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#141210;--bg-card:hsla(0,0%,100%,.04);--border:hsla(0,0%,100%,.08);--text:#f0ebe3;--text-muted:#b5ada3;--text-faint:#847d75;--text-faintest:#5a554f;--accent:#e8856b;--accent-light:#f2a48e;--accent-hover:#f0977e;--green:#72d498;--green-bg:rgba(114,212,152,.1);--green-border:rgba(114,212,152,.2)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,-apple-system,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}::selection{background:hsla(12,73%,66%,.3);color:var(--text)}input[type=range]{accent-color:var(--accent)}select option{background:#2a2520;color:var(--text)}@media (max-width:640px){.grid-2col,.grid-3col{grid-template-columns:1fr!important}.hero-title{font-size:24px!important}.hide-mobile{display:none!important}}