/*
 * Copyright 2019 MetLife Services and Solutions, LLC
 * 
 * Global Typography - ePayments
 */

/* FONT FAMILY */

html, body {
	font-family: 'Noto Sans', 'sans-serif';
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Georgia','Times New Roman','Times','serif';
}

h1 {
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	font-weight: 700 !important;
	margin-bottom: 20px;
}

/* FONT COLOUR */

.font-ml-light-blue {
	color: #0090da !important;
}

.font-ml-semi-dark-blue {
	color: #007abc !important;
}

.font-ml-dark-blue {
	color: #0061a0 !important;
}

.font-ml-green {
	color: #a4ce4e !important;
}

.font-ml-black {
	color: #000000 !important;
}

.font-ml-white {
	color: #ffffff !important;
}

.font-ml-darkest-gray {
	color: #333333 !important;
}

.font-ml-dark-gray {
	color: #75787b !important;
}

.font-ml-medium-gray {
	color: #a7a8aa !important;
}
