@font-face {
    font-family: "Manrope";
    src: url("../font/monrope/manrope.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'alldatapro-icons';
    src:  url('../font/icon/alldatapro-icons.eot?31oi3m');
    src:  url('../font/icon/alldatapro-icons.eot?31oi3m#iefix') format('embedded-opentype'),
    url('../font/icon/alldatapro-icons.ttf?31oi3m') format('truetype'),
    url('../font/icon/alldatapro-icons.woff?31oi3m') format('woff'),
    url('../font/icon/alldatapro-icons.svg?31oi3m#alldatapro-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: 'alldatapro-icons' !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-cog:before {
    content: "\e911";
}
.icon-alldatapro:before {
    content: "\e90f";
}
.icon-alldatapro-dot:before {
    content: "\e910";
    color: #d14a4a;
}
.icon-a .path1:before {
    content: "\e90d";
    color: rgb(209, 74, 74);
}
.icon-a .path2:before {
    content: "\e90e";
    margin-left: -1em;
    color: rgb(56, 57, 63);
}
.icon-d .path1:before {
    content: "\e90b";
    color: rgb(209, 74, 74);
}
.icon-d .path2:before {
    content: "\e90c";
    margin-left: -1.01171875em;
    color: rgb(56, 57, 63);
}
.icon-p .path1:before {
    content: "\e909";
    color: rgb(209, 74, 74);
}
.icon-p .path2:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(56, 57, 63);
}
.path1:before, .path2:before {
    font-style: normal;
}

.icon-bird-def:before {
    content: "\e902";
}
.icon-tie-def:before {
    content: "\e903";
}
.icon-at-def:before {
    content: "\e904";
}
.icon-paper-plane-def:before {
    content: "\e905";
}
.icon-phone-def:before {
    content: "\e906";
}
.icon-comment-def:before {
    content: "\e907";
}
.icon-file-def:before {
    content: "\e908";
}
.icon-times-def:before {
    content: "\e901";
}
.icon-handshake-def:before {
    content: "\e900";
}
  