@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/sahel/Sahel-Bold.woff') format('woff');
}

@font-face {
  font-family: sahel;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/sahel/Sahel.woff') format('woff');
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: sahel;
}

.ta-secondary-font{
	font-family: sahel;
}

pre {
	font-family: sahel;
}

code, kbd, tt, var {
	font-family: sahel;
}