@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vubbiz');
  src:  url('../fonts/icomoon.eot?vubbiz') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vubbiz') format('truetype'),
    url('../fonts/icomoon.woff?vubbiz') format('woff'),
    url('../fonts/icomoon.svg?vubbiz') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-uci:before {
  content: "\e900";
}
.icon-uob-fav:before {
  content: "\e901";
}
.icon-uob2:before {
  content: "\e902";
}


.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 1.5em;
}
.icon-stack-3x {
  font-size: 2em;
}

.tran { 
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display:block;
}