/* epilogue */
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-Thin.ttf');
  font-weight: 100;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-ExtraLight.ttf');
  font-weight: 200;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-ExtraBold.ttf');
  font-weight: 800;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue/Epilogue-Black.ttf');
  font-weight: 900;
}

/* instrument sans */
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans/InstrumentSans-Regular.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans/InstrumentSans-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans/InstrumentSans-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans/InstrumentSans-Bold.ttf');
  font-weight: 700;
}

body {
  font-family: Instrument Sans, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", serif;
  font-weight: 700;
  /*line-height: 120%;*/
}
