@font-face {
  font-family: "Lil Grotesk";
  src: url("/assets/fonts/lil-grotesk/LilGrotesk-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: "Lil Grotesk";
  src: url("/assets/fonts/lil-grotesk/LilGrotesk-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

:root {
  font-synthesis: none;
}

body {
  font-weight: 500;
}

.content-block :where(strong, b) {
  font-weight: 700;
}
