@font-face {
    font-family: 'SteppsIcon';
    src: url('../inc/fonts/fonticons/stepps-fonticons.eot');
    src: url('../inc/fonts/fonticons/stepps-fonticons.woff') format('woff'), url('../inc/fonts/fonticons/stepps-fonticons.ttf') format('truetype'), url('../inc/fonts/fonticons/stepps-fonticons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face{font-family:'AvenirLT-Medium';src:url('../inc/fonts/Avenir-LT-Medium.ttf') format('truetype');}
@font-face{font-family:'AvenirLT-Roman';src:url('../inc/fonts/Avenir-LT-Roman.ttf') format('truetype');}
@font-face{font-family:'AvenirLT-Light';src:url('../inc/fonts/Avenir-LT-Light.ttf') format('truetype');}
@font-face{font-family:'AvenirLT-Heavy';src:url('../inc/fonts/Avenir-LT-Heavy.ttf') format('truetype');}
@font-face{font-family:'AvenirLT-Book';src:url('../inc/fonts/Avenir-LT-Book.ttf') format('truetype');}
@font-face{font-family:'AvenirLT-Black';src:url('../inc/fonts/Avenir-LT-Black.ttf') format('truetype');}

/* .stepps-icon {
    font: normal normal normal 14px/1 brisbane;
} */

.stepps-icon,
.stepps-icon:before {
    font-family: 'SteppsIcon';
    font-style: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stepps-icon:before {
    display: inline-block;
}

.stepps-icon.newsletter:before {
    content: 'a';
}
.stepps-icon.login:before {
    content: 'b';
}
.stepps-icon.courses:before {
    content: 'c';
}
.stepps-icon.blog:before {
    content: 'd';
}
.stepps-icon.account:before {
    content: 'e';
}
.stepps-icon.about:before {
    content: 'f';
}
.stepps-icon.materials:before {
    content: 'g';
}
.stepps-icon.linkedin:before {
    content: 'h';
}
.stepps-icon.download:before {
    content: 'i';
}
.stepps-icon.chevron-up:before {
    content: 'j';
}
.stepps-icon.amount:before {
    content: 'k';
}
.stepps-icon.check:before {
    content: 'l';
}
.stepps-icon.arrow-right:before {
    content: 'm';
}
.stepps-icon.arrow-left:before {
    content: 'n';
}
.stepps-icon.globe:before {
    content: 'o';
}
.stepps-icon.clock:before {
    content: 'p';
}
.stepps-icon.book:before {
    content: 'q';
}
.stepps-icon.close:before {
    content: 'r';
}
.stepps-icon.check-2:before {
    content: 's';
}
.stepps-icon.pencil:before {
    content: 't';
}
.stepps-icon.account2:before {
    content: 'u';
}
.stepps-icon.certificates:before {
    content: 'v';
}
.stepps-icon.course:before {
    content: 'w';
}
.stepps-icon.history:before {
    content: 'x';
}
.stepps-icon.pdf:before {
    content: 'y';
}
.stepps-icon.play:before {
    content: 'z';
}
.stepps-icon.logout:before {
    content: '1';
}
