@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--color-bg:#f5f4f0;--color-text:#191813;--color-text-secondary:#6f6c64;--color-text-tertiary:#403e37;--color-text-muted:#8b8880;--color-text-light:#b0ada3;--color-border:#e4e2da;--color-border-light:#d8d6ce;--color-link-underline:#c9c6bd;--color-selection-bg:#0072ce;--color-selection-text:#f5f4f0;--font-sans:"Archivo", system-ui, sans-serif;--font-mono:"IBM Plex Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:var(--color-text);text-decoration:none}a:hover{color:var(--color-text-tertiary)}::selection{background-color:var(--color-selection-bg);color:var(--color-selection-text)}img{max-width:100%;height:auto;display:block}.page{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
