html body  {
  --font-body-family: "ABC Ginto Normal" !important;
  --font-heading-family: "HatchwayUltraCondensed" !important;
  --heading-letter-spacing: -.6px;
  --heading-font-weight: 700;
  --font-body-weight: 400;
  --lv_1_color: #232323 !important;
  line-height: 1.5rem;
  font-family: var(--font-body-family);

  .menu-lv-1__action {
    color: #232323 !important;
  }
}