@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Poppins:wght@600&display=swap');

.text-header {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.text-sub-header {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.text-para-light {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.text-selected {
	color: var(--text-color-orange) !important;
}
