@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-Bold.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("fonts/Inter-Thin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap
}

.smooth-text,
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.font-weight-medium {
  font-weight: 500
}

.font-weight-semibold {
  font-weight: 600
}

.font-weight-extrabold {
  font-weight: 800
}

.font-weight-black {
  font-weight: 900
}

.italic {
  font-style: italic
}

.no-italic {
  font-style: normal
}

.text-base {
  font-size: 1rem
}

.leading-base {
  line-height: 1.5
}

.truncate,
.truncate>a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.feed-icon {
  display: none
}
