/* Titillium Web */
@font-face {
  font-family: 'Titillium Web';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/titillium-web-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Titillium Web';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/titillium-web-700.woff2') format('woff2');
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/roboto-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/roboto-700.woff2') format('woff2');
}