@font-face {
  font-family: "Testimonia";
  src:
    url("../fonts/testimonia.woff2") format("woff2"),
    url("../fonts/testimonia.woff") format("woff");
  font-display: swap;
}

.testimonia {
  font-family: Testimonia, var(--font-family);
}

.testimonia.blog {
  font-size: 42px;
  margin: 10px 0;
}