@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");:root{--color-primary:#432AA7;--color-primary-dark:#24105f;--color-primary-light:#8D7AF2;--color-primary-lighter:#C5BBFF;--color-secondary:#5340A8;--color-secondary-light:#7464D8;--color-accent-blue:#4a90e2;--color-accent-blue-light:#6ab0f2;--color-bg-dark:#000;--color-bg-darker:#1a1a1a;--color-bg-darkest:#0f0f0f;--color-text-primary:#fff;--color-text-secondary:rgba(255,255,255,0.9);--color-text-muted:rgba(255,255,255,0.6);--color-border-primary:var(--color-primary);--color-border-secondary:var(--color-secondary);--color-border-muted:rgba(255,255,255,0.1);--color-shadow-primary:rgba(67,42,167,0.3);--color-shadow-primary-light:rgba(67,42,167,0.5);--color-shadow-primary-dark:rgba(67,42,167,0.2)}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{background:#09090c;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}::selection{background:rgba(83,64,168,.38);color:#fff}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}