@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

p, a {
	font-family: Manrope, Arial, sans-serif;
}

.headerTitle {
	font-family: Manrope, Arial, sans-serif;
	font-size: 24px !important;
}

.headerSubtitle {
	font-family: Manrope, Arial, sans-serif;
	overflow: none;
}


.streamContent .feature, .feature {
	box-shadow: none !important;
	border: 1px solid rgba(236, 236, 236, 0.7) !important;
}


.category {
	padding: 4px 12px 4px 12px;
	text-transform: Capitalize;
	border-radius: 8px;
	font-weight: 700;
	color: #000000;
	font-size: 12px;
}

.featureTitle, .featureTitle a {
	font-family: Manrope, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

.featureContent {
	font-family: Manrope, Arial, sans-serif;
}

.featureDate {
	font-family: Manrope, Arial, sans-serif;
	justify-content: space-between;
}

.featureFeedback {
	border-top: 1px solid rgba(236, 236, 236, 0.7) !important;
	background: #ffffff;
}

.streamSearch {
	font-family: Manrope, Arial, sans-serif;
}


.color-6 {
	color: #157d0a; // green shade 01
}

.categoryImprovement {
	color: #55219f; // green shade 01
}