/* since this typeface isn't widely used,
[we try to limit the number of typefaces in the design for performance considerations,
esp our audience out in the counties, on slower networks] we have separated it out into this file */

@font-face {
	font-family: "Roboto Slab";
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format('woff2');
}

@font-face {
	font-family: "Roboto Slab";
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format('woff2');
}
 
@font-face {
	font-family: "Roboto Slab";
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format('woff2');
}

.font-roboto-slab {font-family:"Roboto Slab";}