/* 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;
}

/* inter */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Regular.ttf");
  font-weight: 400;
}

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

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_24pt-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

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

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

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

/* archivo */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo/Archivo-Regular.ttf");
  font-weight: 400;
}

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

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

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

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

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

body {
  font-family: Inter, sans-serif;
}

h1 {
  font-family: "Epilogue", serif;
}

h2 {
  font-family: "Archivo", serif;
}
