@import "https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300&family=IBM+Plex+Sans:wght@400;500&family=Geist+Mono:wght@400;500;600&display=swap";
:root{--color-accent:#f04523;--color-app-background:#f1f1f0;--color-content-background:#fff;--color-heading-text:#191918;--color-body-text:#6b7280;--color-border:#e5e5e5;--font-heading:"Funnel Display", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, monospace;--font-weight-heading:300;--font-weight-body:400;--font-weight-body-medium:500;--font-weight-mono:400;--font-weight-mono-medium:500;--font-weight-mono-semibold:600;--radius-card:12px;--radius-control:8px}*,:before,:after{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--color-app-background);color:var(--color-body-text);font-family:var(--font-body);font-weight:var(--font-weight-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-heading);color:var(--color-heading-text);margin:0}button{font-family:inherit}img{-webkit-user-drag:none;user-drag:none}
