@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@300;400;500;600;700;800;900&display=swap"); * { list-style: none; text-decoration: none; } body { height: 200vh; } #navbar { position: sticky; top: 0; background: aliceblue; padding: 0.75rem 0; } #navbar .container { display: flex; justify-content: space-between; align-items: center; } #navbar .nav-links { display: flex; justify-content: center; align-items: center; gap: 0.75rem; } #navbar .nav-links li { margin: unset; padding: unset; } #navbar .link-item { padding: 0.25rem 0.75rem; margin: unset; color: #000; font-weight: 600; background: #fff; } #navbar .login-registar { display: flex; justify-content: center; align-items: center; gap: 0.25rem; font-family: "Noto Serif Bengali", serif; font-weight: 600; }/*# sourceMappingURL=themeStyle.css.map */