.navbar-container {
	background-color: #f8f9fa;
}

.navbar {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.navbar-brand {
	color: #000;
	text-decoration: none;
	margin-right: 2.5rem;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30.72px;
	letter-spacing: -0.05em;
	text-align: left;
}

.blog-button {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.36px;
	color: #475569;
	text-decoration: none;
}

.navbar-nav {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
}

.nav-item {
	margin-left: 1rem;
}
.nav-search {
	width: 19.52px;
	height: 19.98px;
	top: 18.71px;
	left: 168px;
	gap: 0px;
	opacity: 0px;
}

.nav-link {
	text-decoration: none;
	color: #000;
	font-size: 1rem;
	display: flex;
	align-items: center;
}

.nav__avatar {
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 50%;
}
