@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--color-primary: #0056D2;--color-primary-dark: #0041a3;--color-white: #FFFFFF;--color-text-grey: #6B7280;--color-bg: #F8FAFC;--radius-button: 9999px;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh;background-color:var(--color-white);color:#0f172a;display:flex;flex-direction:column}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;border:none;font-family:inherit;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}button:active{transform:scale(.98)}html.dark{color-scheme:dark}html.dark body{background-color:#0f172a;color:#f1f5f9}html.dark ::-webkit-scrollbar-track{background:#1e293b}html.dark ::-webkit-scrollbar-thumb{background:#475569;border-radius:99px}html.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}html.dark select option{background-color:#1e293b;color:#f1f5f9}
