

/* ---------------------------------------------------------- */
/* set custom font  */

@font-face {
  font-family: 'Replica';
  font-weight: 400;
  src: url('../fonts/ReplicaMonoPro.otf') format('opentype');
}
@font-face {
  font-family: 'Replica';
  font-weight: 700;
  src: url('../fonts/ReplicaProBold.otf') format('opentype');
}
@font-face {
  font-family: 'Replica';
  font-weight: 300;
  src: url('../fonts/ReplicaProLight.otf') format('opentype');
}
@font-face {
  font-family: 'Replica';
  font-weight: 400;
  src: url('../fonts/ReplicaProRegular.otf') format('opentype');
}

/* ---------------------------------------------------------- */

