@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap");:root{--primary-color:#202123;--secondary-color:#6a5acd;--third-color:#383b3e;--fourth-color:hsla(0,0%,100%,.6);--green-color:#3cb371}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}*{box-sizing:border-box;padding:0;margin:0;font-family:Encode Sans}a{color:inherit;text-decoration:none}a,button,div,p{font-size:16px}#about,#contact,#projects{scroll-margin-top:60px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media screen and (min-width:768px){a,button,div,input,p,textarea{font-size:18px}}@media screen and (min-width:1920px){a,button,div,input,p,textarea{font-size:24px}}