/* Import Splunk Icom */
@font-face {
    font-family: 'tech_icons';
    src:  url('../fonts/tech_icons.eot?6sqgae');
    src:  url('../fonts/tech_icons.eot?6sqgae#iefix') format('embedded-opentype'),
      url('../fonts/tech_icons.ttf?6sqgae') format('truetype'),
      url('../fonts/tech_icons.woff?6sqgae') format('woff'),
      url('../fonts/tech_icons.svg?6sqgae#tech_icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tech_icons' !important;
    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-tenable:before {
    content: "\e900";
}

.icon-ansible:before {
    content: "\e901";
}

.icon-kubernetes:before {
    content: "\e902";
}

.icon-splunk:before {
    content: "\e903";
}

.icon-hackthebox:before {
    content: "\e904";
}

.icon-terraform:before {
    content: "\e906";
}