@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--ch-purple:#38143A;--ch-gold:#DAA93F;--ch-cream:#FFF4DB;--ch-white:#FFFFFF;--ch-text:#1a1a1a;--ch-muted:#6b7280}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--ch-white);color:var(--ch-text)}