@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.dropDownStyle{font-size:16px;border-width:2px;height:50px;border-radius:5px;background-color:var(--color-darker)}body:not(.active-dark-mode) .dropDownStyle{background-color:transparent}.dropDownStyle:focus{outline:none;border-color:var(--color-primary)}body:not(.active-dark-mode) .dropDownStyle:focus{background-color:var(--color-white)}body,html{font-family:Poppins,sans-serif}a,body,button,h1,h2,h3,h4,h5,h6,input,label,p,select,textarea{font-family:Poppins,sans-serif!important}