@import"https://rsms.me/inter/inter.css";@import"https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box}:root{height:100%;width:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;font-family:inter var,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-weight:500;height:100%;width:100%}body{min-height:100%}.d-border{@apply border border-base-300;}.thick-border{@apply border-2 border-base-300;}.hover-border-primary{@apply border hover:border-primary/40 hover:bg-primary/20 border-transparent rounded-btn;}.hover-border-content{@apply border hover:border-base-content/70 hover:bg-base-content/20 border-transparent rounded-btn;}@keyframes bounce-short{0%,to{transform:translateY(0)}50%{transform:translateY(-10%)}}.animate-bounce-short{animation:bounce-short .5s ease-in-out 1}
