
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";

:root
{
font-family:Raleway,sans-serif;
font-optical-sizing:auto;font-style:normal;
line-height:1.5;font-weight:400;
--theme: #0d83dd;
--theme-hover: #0284c7;
--background: #ffffff;
--foreground: #0f172a;
--muted-foreground: #323b42;
--nav-bg: #1e293b;
--nav-foreground: #000;
--nav-active: #0d83dd;
--dialog-bg: #ffffff;
--card-bg: #ffffff;
--secondary-bg: #f1f5f9;
--border: #e2e8f0;
--shadow: rgba(0, 0, 0, .1);
font-synthesis:none;text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}