@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
.story-section{box-sizing:border-box;font-family:'Manrope',sans-serif;background:var(--bg);color:var(--text);padding:var(--pt) var(--side) var(--pb)}.story-section *{box-sizing:border-box}.story-shell{max-width:var(--container);margin:auto}.story-section h1,.story-section h2,.story-section h3,.story-section h4{margin:0;color:var(--heading);font-family:'Manrope',sans-serif}.story-section p{margin:0;line-height:1.65}.story-grid{display:grid}.story-card{border:var(--bw) solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:0 16px var(--blur) rgba(5,48,31,var(--shadow))}@media(max-width:767px){.story-section{padding:var(--mpt) var(--mside) var(--mpb)}}
