@font-face {
    font-family: 'sao';
    src: url('../font/sao.eot');
    src: url('../font/sao.eot') format('embedded-opentype'),
        url('../font/sao.ttf') format('truetype'),
        url('../font/sao.woff') format('woff'),
        url('../font/sao.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* or 'fallback' or 'optional' based on your preference */
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sao' !important;
    speak: never;
    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-youtube-outline:before {
  content: "\e90b";
  color: #00bf62;
}
.icon-arrow-right-long:before {
  content: "\e902";
}
.icon-facebook-outline:before {
  content: "\e905";
  color: #00bf62;
}
.icon-linkedin-outline:before {
  content: "\e906";
  color: #00bf62;
}
.icon-youtube:before {
  content: "\e909";
  color: #fff;
}
.icon-quote:before {
  content: "\e900";
  color: #fff;
}
.icon-instagram:before {
  content: "\e913";
}
.icon-linkedin:before {
  content: "\e915";
}
.icon-twitter:before {
  content: "\e917";
}
.icon-facebook:before {
  content: "\e918";
}
.icon-arrow-up:before {
  content: "\e901";
}
.icon-arrow-up-long:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e903";
}
.icon-loaction:before {
  content: "\e907";
}
.icon-next:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-prev:before {
  content: "\e90e";
}
.icon-right-arrow:before {
  content: "\e910";
}