@font-face {
  font-family: 'Paperlogy';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Paperlogy-4Regular.woff2') format('woff2'),
        url('../fonts/Paperlogy-4Regular.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Paperlogy-5Medium.woff2') format('woff2'),
        url('../fonts/Paperlogy-5Medium.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Paperlogy-6SemiBold.woff2') format('woff2'),
        url('../fonts/Paperlogy-6SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Paperlogy-7Bold.woff2') format('woff2'),
        url('../fonts/Paperlogy-7Bold.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Paperlogy-8ExtraBold.woff2') format('woff2'),
        url('../fonts/Paperlogy-8ExtraBold.woff') format('woff');
}

.font-paperlogy {
  font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}