body {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.text-primary {
  color: #48b400!important;
}

.bg-corner {
  background: url(/corner.svg);
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
}