/* Ubuntu latin */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url(./ubuntu-latin.woff2) format('woff2');
/*	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
*/
}

/* Mukta latin */
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 400;
	src: url(./mukta-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Ubuntu latin-ext */
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url(./ubuntu-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Mukta latin-ext */
@font-face {
	font-family: 'Mukta';
	font-style: normal;
	font-weight: 400;
	src: url(./mukta-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Global font (texts, buttons) */
body * {
	font-family: Mukta, sans-serif;
	font-size: 16px;
}

/* Text for pure HTML page */
.email-confirmation, .form-submitted {
	color: #444444;
}

/* Header for pure HTML pages */
.email-confirmation h1, .form-submitted h1 {
	color: #007946;
	text-align: center;
	font-family: Ubuntu, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}

/* Force color for all buttons */
.MuiButton-containedPrimary {
	background-color: #CF2538 !important;
}

/* Force font for all buttons */
.MuiButton-label {
	font-family: Ubuntu, sans-serif;
}

/* Scale and move breadcrumb circles */
.MuiSvgIcon-root.MuiStepIcon-root {
	overflow: visible;
	transform: translate(0, 5px);
}

.MuiSvgIcon-root.MuiStepIcon-root circle, .MuiSvgIcon-root.MuiStepIcon-root path {
	transform: scale(1.4) translate(-3px, -4px);
	color: #007946;
}