/* =========================================================
   FONTS
========================================================= */
@font-face {
  font-family: 'Inter';
  src: url('/site/assets/fonts/inter/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/site/assets/fonts/inter/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/site/assets/fonts/inter/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playball";
  src: url('/site/assets/fonts/playball/Playball-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



/* =========================================================
   TYPOGRAPHY
========================================================= */
h2 {
  font-size: 2em;
  font-weight: 500;
  color: var(--text-heading);
  line-height: 1.3;
  letter-spacing: 0.5px;
}

main h2 {
  margin-bottom: 1rem;
}

p {
  font-weight: 300;
  color: var(--text-soft);
  line-height: 1.7;
}

.titel-playball {
  font-family: 'Playball', cursive;
}
