/* Source Sans Pro 300 latin-ext */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./source-sans-pro-300-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;
}
/* Source Sans Pro 300 latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./source-sans-pro-300-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;
}

/* Source Sans Pro 400 latin-ext */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./source-sans-pro-400-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;
}
/* Source Sans Pro 400 latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./source-sans-pro-400-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;
}

/* Source Sans Pro 600 latin-ext */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(./source-sans-pro-600-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;
}
/* Source Sans Pro 600 latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(./source-sans-pro-600-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;
}

/* Styling for all included HTML pages (e-mail confirmation, static texts in form etc.) */

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

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

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

h2, h3 {
	text-align: center;
	color: #585858;
	font-family: Source Sans Pro, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px;
}

/* Link color */
a:link {
	color: #02587B;
}

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

/* 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: #585858;
}