@font-face {
  font-family: "CA Wordmark";
  src: url("/assets/home/fonts/inter-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.ca-wordmark {
  display: inline-block;
  flex-shrink: 0;
  font-family: "CA Wordmark", Inter, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
}
