@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap";
:root{--primary-color:#f8f8ff;--highlight-color:#3ae29e;--active-highlight-color:#2bbd85;--btn-radius:2px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--primary-color);animation:.5s ease-in-out reveal}@keyframes reveal{0%{opacity:0}to{opacity:1}}.wrapper *{font-optical-sizing:auto;font-family:Nunito,sans-serif;font-style:normal;font-weight:350}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f0f0f}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#444}*{scrollbar-width:thin;scrollbar-color:#333 #0f0f0f}html{scroll-behavior:smooth}
