@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";:root{--primary-color: #fff;--light-color: #583eba;--secondary-color: #090909;--highlight-color: #6837f0;--shadow-color: rgb(0 0 0 / 30%);--error-color: #f0b4b4;--border-color: #eee;--border-color-primary: #eaeaea;--border-color-secondary: #0000001a;--background-highlight-color: rgb(239 246 255);--background-color: rgb(255 255 255 / 50%);--text-primary-color: rgb(112 126 174);--text-secondary-color: rgb(163 174 208);--hover-primary-color: #6837f01a;--menu-item-text: #636e90;--menu-item-text-hover: #090909;--menu-item-hover: #f1e9fe;--menu-item-hover-transparent: rgb(238 238 238 / 0%);--menu-item-selected: #eee;--button-background: #fff;--button-text: #090909;--button-border: #ccc;--button-hover: #eee;--button-selected: #eee;--font-family-title: "Space Grotesk", sans-serif;--font-family: "Space Grotesk", sans-serif;--font-size-reset: 10px;--font-size-sm: 1.2rem;--font-size-md: 1.6rem;--font-size-lg: 1.75rem;--font-size-default: 1.4rem;--font-weight-default: 400;--font-weight-bold: 700;--font-weight-semibold: 600;--font-weight-medium: 500;--line-height-sm: 1.2rem;--line-height-md: 1.5rem;--line-height-lg: 1.8rem;--line-height-xl: 2.2rem;--radius-small: .2rem;--radius-medium: .4rem;--radius-big: 2rem;--radius-full: 100%;--gutter-xs: .4rem;--gutter-sm: .8rem;--gutter-md: 1.2rem;--gutter: 2rem;--gutter-big: 2.4rem;--gutter-box-small: 2.4rem 3.6rem;--gutter-compound: calc(var(--gutter-sm) + var(--gutter));--margin-sm: .4rem;--margin: 1rem;--margin-md: 1.6rem;--margin-big: 4rem;--radius: .4rem;--animation-duration: .4s;--sidebar-size: 25.7rem;--sidebar-size-sm: 6.4rem;--sidebar-small-size: 26rem;--scrollbar-size: .4rem;--page-header-height: 6.2rem;--toastify-color-info: var(--light-color) !important;--toastify-color-success: var(--highlight-color) !important;--toastify-color-error: var(--error-color) !important;--toastify-color-transparent: rgb(255 255 255 / 70%);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-bd-radius: var(--radius) !important;--code-editor-background: #1e1e1e;--code-editor-button-background: #3e4042;--code-editor-container-background: #232426}*,*:after,*:before{box-sizing:border-box}html{font-size:var(--font-size-reset)}::-webkit-scrollbar{height:var(--scrollbar-size);width:var(--scrollbar-size)}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ddd}::-webkit-scrollbar-thumb:hover{background:#ccc}body{background-color:var(--primary-color);color:var(--secondary-color);margin:0}body,input,select,textarea,button{font-family:var(--font-family);font-weight:var(--font-weight-default);font-size:var(--font-size-default)}button{cursor:pointer}form{display:flex;flex-direction:column;gap:var(--gutter)}form h5{font-size:1.5rem;font-weight:var(--font-weight-default);margin:0}
