@font-face {
  font-family: "Google Sans Flex";
  src: url("../fonts/GoogleSansFlex/GoogleSansFlex.ttf") format("truetype");
  font-weight: 100 900; /* variable range */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.imocredit {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url('../images/icons/imotoken.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* vertical-align: middle;
  position: absolute; */
  margin-top: 2px;
}

.imocredit-yellow {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url('../images/icons/imotoken_yellow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  margin-top: 2px;
}

.imocredit-white {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url('../images/icons/imotoken_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  margin-top: 2px;
}
