@font-face{font-family:PrimaryFont;src:url(/fonts/main.otf) format("opentype"),url(/fonts/main.ttf) format("truetype"),url(/fonts/main.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:SecondaryFont;src:url(/fonts/helvetica-bold-italic.woff) format("woff"),url(/fonts/helvetica-bold-italic.otf) format("opentype"),url(/fonts/helvetica-bold-italic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:SecondaryFont;src:url(/fonts/helvetica-bold.woff) format("woff"),url(/fonts/helvetica-bold.otf) format("opentype"),url(/fonts/helvetica-bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:SecondaryFont;src:url(/fonts/helvetica-light.woff) format("woff"),url(/fonts/helvetica-light.otf) format("opentype"),url(/fonts/helvetica-light.ttf) format("truetype");font-weight:lighter;font-style:normal}@font-face{font-family:SecondaryFont;src:url(/fonts/helvetica-regular-italic.woff) format("woff"),url(/fonts/helvetica-regular-italic.otf) format("opentype"),url(/fonts/helvetica-regular-italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:SecondaryFont;src:url(/fonts/helvetica-regular.woff) format("woff"),url(/fonts/helvetica-regular.otf) format("opentype"),url(/fonts/helvetica-regular.ttf) format("truetype");font-weight:400;font-style:normal}:root{--anmDuration: .4s;--fadeIn: fadeIn var(--anmDuration) ease-out forwards;--fadeOut: fadeOut var(--anmDuration) ease-out forwards;--black: #1d1d1d;--black-rgb: 29, 29, 29;--white: #ffffff;--white-rgb: 255, 255, 255;--magenta: #c93686;--magenta-rgb: 201, 54, 134;--green: #4aaf4f;--green-rgb: 127, 184, 93;--red: #e84b07;--red-rgb: 232, 75, 7;--blue: #2f4da3;--blue-rgb: 47, 77, 163;--yellow: #e4b100;--yellow-rgb: 236, 205, 33;--pink: #e6bbd7;--pink-rgb: 230, 187, 215;--purple: #765ca8;--purple-rgb: 118, 92, 168;--cream: #f6efdf;--cream-rgb: 247, 241, 228;--navbar-w: 20rem;--sidebar-w: 25rem;--header-h: 12.5vh;--header-corner-w: 20rem;--gap: calc(var(--navbar-w) / 20);--appBgColor: var(--cream);--layout-border: 2px solid rgba(var(--black-rgb), .2);--radius: .5rem}h1,h2,h3,h4,h5,h6{font-weight:100}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-user-drag:none;overscroll-behavior:none}html,body,#root{position:fixed;top:0;left:0;width:100vw;max-width:100vw;height:100%;max-height:100%;overflow:hidden;font-family:PrimaryFont}html{font-size:1vw}@media (min-width: 0px) and (max-width: 1466px) and (orientation: landscape){html{font-size:1.2vw}}@media (min-width: 1467px) and (max-width: 3840px) and (orientation: landscape){html{font-size:1vw}}@keyframes fadeIn{0%{opacity:0;filter:blur(1px)}to{opacity:1;filter:blur(0px)}}@keyframes fadeOut{0%{opacity:1;filter:blur(0px)}to{opacity:0;filter:blur(1px)}}.centerABS{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.centerREL{position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.centerFIX{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.centeredContentFlexRow{display:flex;align-items:center;justify-content:center}.centeredContentFlexColumn{display:flex;flex-direction:column;justify-content:center;align-items:center}*::-webkit-scrollbar{width:.4rem}*::-webkit-scrollbar-track{background:#88888880}*::-webkit-scrollbar-thumb{background:#888;border-radius:.4rem}
