@font-face {
  font-family: "LeasePlan";
  font-style: normal;
  font-weight: 300;
  src: local("LeasePlan"), url(LeasePlan-Light.woff2) format("woff2"), url(LeasePlan-Light.woff) format("woff");
}
@font-face {
  font-family: "LeasePlan";
  font-style: normal;
  font-weight: normal;
  src: local("LeasePlan"), url(LeasePlan-Regular.woff2) format("woff2"), url(LeasePlan-Regular.woff) format("woff");
}
@font-face {
  font-family: "LeasePlan";
  font-style: normal;
  font-weight: bold;
  src: local("LeasePlan"), url(LeasePlan-Bold.woff2) format("woff2"), url(LeasePlan-Bold.woff) format("woff");
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: var(--vel-color-text-default, #2d2d2d);
  font-family: "Leaseplan", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}