:root{--color-primary: #fc6015;--color-primary-hover: #e55512;--color-primary-light: rgba(252, 96, 21, .1);--color-secondary: #1b2340;--color-secondary-light: rgba(27, 35, 64, .06)}html,body{margin:0;padding:0;min-height:100%;height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#f8fafc;color:#1b2340}html.dark,html.dark body{background-color:#0f172a;color:#e2e8f0}#root{min-height:100vh;height:100%;display:flex;flex-direction:column;background-color:#f8fafc}html.dark #root{background-color:#0f172a}#root>div{min-height:100vh;display:flex;flex:1}@media(max-width:767px){button,a,[role=button]{touch-action:manipulation}}
