@font-face {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/icon/variable-font.ttf") format("truetype");
}

.icon {
  font-family: "icon";
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 100, "opsz" 24; */
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24 !important;
  line-height: 1 !important;
}