:root{--max_width:100em;--max_width_left_padding:calc(100vw/2 - var(--max_width)/2 + 10em);--border_radius:2em;--font_family:"Titillium Web",ui-monospace,sans-serif,Arial;--foreground_0:#171717;--foreground_1:#292929;--foreground_2:#766565;--foreground_3:#595959;--background_0:#e6e6e6;--background_1:#c7c7c7;--background_2:#a1a1a1;--background_3:#828282;--theme_color:#fff;--accent_color:#902c2c;--font_weight_normal:400;--font_weight_bold:700;--font_weight_black:900}.dark_theme{--foreground_0:#e7efee;--foreground_1:#d1e0df;--foreground_2:#b9c6c4;--foreground_3:#738c8a;--background_0:#171717;--background_1:#252d2c;--background_2:#3b4f4d;--background_3:#476b68;--theme_color:#000;--accent_color:#e45649}.invert_color_theme{color:var(--foreground_1);background-color:var(--background_1)}.App{font-size:1.5em;line-height:1.5}*,:after,:before{border:0;box-sizing:border-box}body{color:var(--foreground_1);background-color:var(--background_1);font-family:var(--font_family);font-weight:var(--font_weight_normal);font-size:calc(clamp(.1rem, 2.5vw, 1em));padding:0;margin:0;background:var(--background_0);background-repeat:no-repeat;background-attachment:fixed}a,h1,h2,h3,h4,h5,h6,p{margin:.3em}a{color:inherit}b,strong{font-weight:var(--font_weight_bold)}