:root{--colour-text:#000000;--colour-surface:#ffffff;--colour-heading-hero:#14532d;--colour-scroll-cue:#052e1677;--colour-footer:#2f2f2f;--colour-divider:#d0d0d0;--colour-chart-grid:#bbbbbb;--colour-series-high:#ff5050;--colour-series-low:#6699ff;--colour-series-difference:#ffe600;--font-body:"Outfit","Noto Color Emoji",sans-serif;--font-display:"Tilt Warp","Noto Color Emoji",sans-serif;--font-wordmark:"Courier Prime","Courier New",Courier,monospace,"Noto Color Emoji"}*{box-sizing:border-box;font-family:var(--font-body);font-variant-ligatures:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}html{scroll-behavior:smooth}body{min-width:320px;display:flex;flex-direction:column;align-items:center;gap:48px;background-color:var(--colour-surface);color:var(--colour-text)}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:700;line-height:normal;letter-spacing:0px;text-align:center;text-transform:uppercase;text-wrap:balance}p{font-size:12px;line-height:1.5;text-align:justify;text-wrap:pretty;hyphens:auto;hyphenate-limit-chars:4 2 2;hyphenate-limit-zone:50px;hyphenate-limit-lines:no-limit;hyphenate-limit-last:always;color:var(--colour-text)}strong{font-weight:700}a{color:inherit;text-decoration:none}hr{width:100%;height:1px;background-color:var(--colour-divider)}@media (min-width:768px){h1,h2,h3,h4,h5,h6{font-size:18px;letter-spacing:1px}p{font-size:16px;line-height:1.6}}@keyframes blink-cursor{50%{opacity:0}}@keyframes bounce{0%,100%{transform:translateY(0px)}50%{transform:translateY(-10px)}}