@font-face{font-family:Dosis;src:url(/fonts/Inter_18pt-Regular.ttf) format("truetype");font-weight:400;font-style:normal}:root{scrollbar-width:none;--foreground:#333;--background:#34d57f;--hue-lumi:#f9f2ec;--hue-noir:#27190c;--hue-pink:#f14b6c;--hue-bleu:#c6eaf1;--hue-vert:#44a2a2;--hue-blan:#f2e2d4;--hue-roug:#a55318;--opa-bleu:rgba(194,232,240,.2);--opa-noir:rgba(11,14,14,.9)}@media (prefers-color-scheme:dark){:root{--foreground:#e0e0e0;--background:#0f0d0a}}*{box-sizing:border-box;padding:0;margin:0}body,html{width:100vw;background-color:var(--background)}body{color:var(--foreground);background:linear-gradient(-180deg,var(--background) 0,var(--opa-noir) 98%),radial-gradient(at top left,var(--hue-vert) 0,var(--opa-noir) 100%);background-blend-mode:screen;font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;justify-content:space-between;height:100vh;width:100vw;overflow:hidden;-ms-overflow-style:none;scrollbar-width:none;font-size:1.3rem}::-webkit-scrollbar{display:none}main{display:flex;justify-content:center;animation:fadein 1s ease-in-out;opacity:0;animation-fill-mode:forwards}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes fadein{0%{opacity:0}to{opacity:1}}