@font-face {
  font-family: "NVCoverLato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.nv-number-cover {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.nv-number-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.nv-number-cover span {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1a6041;
  font-family: "NVCoverLato", Arial, sans-serif;
  font-size: clamp(1.5rem, 10vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
