@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");html{--bg:#fbfbfb;--surface:#fff;--text:#111;--inverted-text:#eee;--muted:#eaeaea;--border:#161616;--accent:#ffbdc9;--pink:var(--accent);--black:var(--text);--light-gray:var(--muted);--light-white:var(--surface)}html[mode=dark]{--bg:#0f0f10;--surface:#171719;--text:#f5f5f5;--inverted-text:#111;--muted:#494949;--border:#2a2a2d;--accent:#4e383c;--pink:var(--accent);--black:var(--text);--light-gray:var(--muted);--light-white:var(--surface)}body,html{background-color:var(--bg);color:var(--text);margin:0;padding:0}html[mode=dark] .icon{filter:invert(1)}h1,h2,h3,h4,h5,h6,p{font-family:Raleway;font-weight:300}h1,h2,h3,h4,h5,h6,p{color:var(--text);margin:0}p{font-weight:600}a,button{color:var(--text);cursor:pointer;transition:.3s}button{background-color:var(--bg)}a:hover,button:hover{filter:brightness(.6)}a,button,input,textarea{border:none;font-family:Raleway;font-weight:600;text-decoration:none}a:focus,a:hover,button:focus,button:hover,input:focus,input:hover,textarea:focus,textarea:hover{outline:none}code{align-items:center;display:flex;font-size:.8rem;font-weight:700;justify-content:start}*{text-wrap:auto}