@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 300;
  src:
	url("/includes/webfonts/teko/Teko-Light.woff2") format("woff2"),
	url("/includes/webfonts/teko/Teko-Light.woff") format("woff");
}
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src:
	url("/includes/webfonts/teko/Teko-Regular.woff2") format("woff2"),
	url("/includes/webfonts/teko/Teko-LightRegular.woff") format("woff");
}
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  src:
	url("/includes/webfonts/teko/Teko-SemiBold.woff2") format("woff2"),
	url("/includes/webfonts/teko/Teko-SemiBold.woff") format("woff");
}