/* this is the css file for the typography only! and only Mary use this file  */

body {
	font-family: "Poppins", Arial, sans-serif;
	background: #f9f9f9;
	color: #333;
	line-height: 1.5;
}

.m_typography-title {
	margin-bottom: 0.5rem;
	margin-bottom: 4rem;
}

.m_text-title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.m_text-sub-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

h2.m_section-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 1rem;
	border-bottom: 2px solid #ccc;
	padding-bottom: 0.5rem;
}

.m_typography {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.5rem 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.m_left {
	max-width: 70%;
}

.m_title {
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.m_text {
	margin: 0.25rem 0 0.5rem 0;
}

.m_tag-label {
	font-family: monospace;
	background: #eee;
	padding: 0.1rem 0.3rem;
	border-radius: 3px;
	font-size: 0.9rem;
	color: #555;
	display: inline-block;
	margin-top: 0.25rem;
}

.m_right {
	text-align: right;
	font-weight: 500;
	color: #666;
	white-space: nowrap;
	min-width: 120px;
}

/* Header & Branding Styles */
.m_logo-branding {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
}

.m_h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}
.m_h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}
.m_h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.m_menu-item {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.m_menu-active {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #b35fa8;
}

/* Chart Data / Numbers Styles */
.m_axis-label {
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.m_data-point {
	font-family: "Merriweather", serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
}
.m_tooltip {
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

/* Body Text / UI Elements Styles */
.m_body-text {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.m_subtext {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.m_button-label {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
