/* Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
	font-family: 'Montserrat' !important;
}

body {
	font-family: 'Montserrat' !important;
	background-color: #f1f7fd !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Montserrat' !important;
}

.mon {
	font-family: 'Montserrat' !important;
}

.b-red {
	border: 1px solid red;
}

.mon-h1 {
	font-family: 'Montserrat' !important;
	font-size: 2.5rem;
	font-weight: bold;
}

.mon-h2 {
	font-family: 'Montserrat' !important;
	font-size: 2rem;
	font-weight: bold;
}

.mon-h3 {
	font-family: 'Montserrat' !important;
	font-size: 1.75rem;
	font-weight: bold;
}

.mon-h4 {
	font-family: 'Montserrat' !important;
	font-size: 1.5rem;
	font-weight: bold;
}

.mon-h5 {
	font-family: 'Montserrat' !important;
	font-size: 1.25rem;
	font-weight: bold;
}

.mon-h6 {
	font-family: 'Montserrat' !important;
	font-size: 1rem;
	font-weight: bold;
}

.mon-body1 {
	font-family: 'Montserrat' !important;
	font-size: 1rem;
	font-weight: normal;
}

.mon-body2 {
	font-family: 'Montserrat' !important;
	font-size: 0.875rem;
	font-weight: normal;
}

.mon-100 {
	font-family: 'Montserrat' !important;
	font-weight: 100;
}

.mon-200 {
	font-family: 'Montserrat' !important;
	font-weight: 200;
}

.mon-300 {
	font-family: 'Montserrat' !important;
	font-weight: 300;
}

.mon-400 {
	font-family: 'Montserrat' !important;
	font-weight: 400;
}

.mon-500 {
	font-family: 'Montserrat' !important;
	font-weight: 500;
}

.mon-600 {
	font-family: 'Montserrat' !important;
	font-weight: 600;
}

.mon-700 {
	font-family: 'Montserrat' !important;
	font-weight: 700;
}

.mon-800 {
	font-family: 'Montserrat' !important;
	font-weight: 800;
}

.mon-900 {
	font-family: 'Montserrat' !important;
	font-weight: 900;
}

.MuiTablePagination-menuItem.Mui-disabled {
	display: none !important; /* Hide disabled pagination menu items */
}
