@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&family=IBM+Plex+Mono:wght@300;400;500;600&display=swap");:root{--black:#0a0a0a;--bone:#f5f3ee;--graphite:#5c5c5c;--oxide:#ab3431;--concrete:#d8d2c8;--panel:#131311;--line:#26251f;--line-strong:#383631;--sans:"Archivo","Helvetica Neue",Helvetica,Arial,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;--ease:cubic-bezier(.22,.61,.36,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--black);color:var(--bone);font-family:var(--sans);-webkit-font-smoothing:antialiased}::selection{background:var(--oxide);color:var(--bone)}