@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--font-sans: "Archivo", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--color-bg: #F6F4EF;--color-bg-card: #FDFCF9;--color-text: #191919;--color-text-secondary: #5E5B52;--color-text-muted: #8A8578;--color-accent: #2743C6;--color-border: #191919;--color-border-light: #DDD8CE}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-text)}input,textarea,button{font-family:inherit}input:focus,textarea:focus{outline:none;border-bottom-color:var(--color-accent)!important}button{cursor:pointer}
