@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:#f7f5f0;--color-text:#1b1a17;--color-text-secondary:#6e6a60;--color-text-tertiary:#3d3b34;--color-text-muted:#9a958a;--color-border:#1b1a17;--color-border-light:#1b1a1729;--color-accent:#f5c518;--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{text-decoration:underline}input,textarea,button{font-family:inherit}input:focus,textarea:focus{outline:none;border-bottom-color:var(--color-text)!important}::selection{background-color:var(--color-text);color:var(--color-bg)}img{max-width:100%;height:auto;display:block}
