@import "https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600;700&display=swap";:root{--rs-amethyst-darkest:#1b142c;--rs-amethyst-dark:#342858;--rs-amethyst-medium:#5d5279;--rs-amethyst-light:#987fb8;--rs-amethyst-pale:#c1b2d4;--rs-amethyst-faint:#eae6f1;--rs-emerald-darkest:#033;--rs-emerald-dark:#066;--rs-emerald-medium:teal;--rs-emerald-light:#62b3b3;--rs-emerald-pale:#97cccc;--rs-emerald-faint:#cbe6e6;--rs-error:#e40b14;--rs-success:#66b632;--rs-warning:#fbd100;--rs-cta:#ec8b04;--rs-font-family:"Red Hat Display", Arial, sans-serif;--rs-font-weight-regular:400;--rs-font-weight-semibold:600;--rs-font-weight-bold:700}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:var(--rs-font-family);font-weight:var(--rs-font-weight-regular);color:var(--rs-amethyst-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-size:14px;line-height:1.5}body.dark-mode{background-color:var(--rs-amethyst-darkest);color:#fff}h1{font-family:var(--rs-font-family);font-size:32px;font-weight:var(--rs-font-weight-bold);color:var(--rs-amethyst-dark);line-height:1.25}h2{font-family:var(--rs-font-family);font-size:24px;font-weight:var(--rs-font-weight-bold);color:var(--rs-amethyst-dark);line-height:1.33}h3{font-family:var(--rs-font-family);font-size:20px;font-weight:var(--rs-font-weight-semibold);color:var(--rs-amethyst-dark);line-height:1.4}h4{font-family:var(--rs-font-family);font-size:16px;font-weight:var(--rs-font-weight-semibold);color:var(--rs-amethyst-dark);line-height:1.5}body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode h4{color:#fff}p{margin-bottom:1rem}a{color:var(--rs-emerald-medium);text-decoration:none}a:hover{color:var(--rs-emerald-dark);text-decoration:underline}body.dark-mode a{color:var(--rs-emerald-light)}body.dark-mode a:hover{color:var(--rs-emerald-pale)}:focus-visible{outline:2px solid var(--rs-amethyst-light);outline-offset:2px}body.dark-mode :focus-visible{outline-color:var(--rs-emerald-light)}
