@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");body{font-family:Inter,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}.dark-theme{background-color:rgb(30,30,30);color:white}.light-theme{background-color:white;color:black}@media(max-width:600px){.dark-theme{background-color:rgb(45,45,45);color:white}}