@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-color1:74,128,239;--prop-white-bg:#EDF2FD;--prop-dark-bg:#15181D}body,html{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-color:gray transparent}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}[data-title]:hover:after{content:attr(data-title);position:absolute;top:90%;left:90%;background:#0E1111;color:whitesmoke;padding:5px;font-size:12px;border-radius:5px;z-index:10}html{transition:background .4s ease,color .4s ease}html.light{background:var(--prop-white-bg);color:#0E1111;select{option{background:var(--prop-white-bg);color:#0E1111;cursor:pointer}}}html.dark{background:var(--prop-dark-bg);color:whitesmoke;select{option{background:var(--prop-dark-bg);color:whitesmoke;cursor:pointer}}}