* {
	font-family: "Inter", sans-serif;
}

/* font weight */
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

/* font color */
.text-black {
	color: var(--black) !important;
}
.text-subdues {
	color: var(--text-subdues) !important;
}
