/* === Roboto - regular */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("Roboto-Regular.eot");
	src: local("Roboto"),
		local("Roboto-Regular"),
		url("Roboto-Regular.eot") format("embedded-opentype"),
		url("Roboto-Regular.woff2") format("woff2"),
		url("Roboto-Regular.woff") format("woff"),
		url("Roboto-Regular.ttf") format("truetype"),
		url("Roboto-Regular.svg") format("svg");
}

/* === Roboto - 500 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url("Roboto-Medium.eot");
	src: local("Roboto Medium"),
		local("Roboto-Medium"),
		url("Roboto-Medium.eot") format("embedded-opentype"),
		url("Roboto-Medium.woff2") format("woff2"),
		url("Roboto-Medium.woff") format("woff"),
		url("Roboto-Medium.ttf") format("truetype"),
		url("Roboto-Medium.svg") format("svg");
}

/* === Roboto - 700 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("Roboto-Bold.eot");
	src: local("Roboto Bold"),
		local("Roboto-Bold"),
		url("Roboto-Bold.eot") format("embedded-opentype"),
		url("Roboto-Bold.woff2") format("woff2"),
		url("Roboto-Bold.woff") format("woff"),
		url("Roboto-Bold.ttf") format("truetype"),
		url("Roboto-Bold.svg") format("svg");
}

/* === Cross-browser alternative to -webkit-text-security */
@font-face {
  font-family: 'text-security-disc';
  src: url('text-security-disc.eot');
  src: url('text-security-disc.eot?#iefix') format('embedded-opentype'),
      url('text-security-disc.woff2') format('woff2'),
      url('text-security-disc.woff') format('woff'),
      url('text-security-disc.ttf') format('truetype'),
      url('text-security-disc.svg#text-security') format('svg');
}