/* Inter */

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

/* FFDin */

@font-face {
  font-family: "FFDin";
  src: url("/fonts/ff_din/regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "FFDin";
  src: url("/fonts/ff_din/regular_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "FFDin";
  src: url("/fonts/ff_din/medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "FFDin";
  src: url("/fonts/ff_din/medium_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "FFDin";
  src: url("/fonts/ff_din/bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "FFDin";
  src: url("/fonts/ff_din/bold_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
}

/* JetBrains Mono */

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains_mono/thin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains_mono/thin_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains_mono/light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains_mono/light_italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains_mono/regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/jetbrains_mono/italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}