@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:var(--bg-body, #0C0A09);color:var(--text-primary, #FFFBEB);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track, #1C1917)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #78716C);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover, #A8A29E)}::selection{background:var(--selection-bg, rgba(245, 158, 11, .3))}:focus{outline:2px solid #F59E0B;outline-offset:2px}:focus:not(:focus-visible){outline:none}button{font-family:inherit}select{font-family:inherit;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23A8A29E' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px!important}*{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}button{-webkit-user-select:none;user-select:none}button,a,select{-webkit-tap-highlight-color:rgba(245,158,11,.2)}
