/* Google font */

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PT_Sans/PT_Sans-Web-Bold.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PT_Sans/PT_Sans-Web-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo_2/Exo2-Bold.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo_2/Exo2-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Icon Moon Font */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?hbgc2i');
    src: url('../fonts/icomoon.eot?hbgc2i#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hbgc2i') format('truetype'),
    url('../fonts/icomoon.woff?hbgc2i') format('woff'),
    url('../fonts/icomoon.svg?hbgc2i#icomoon') 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', serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-service-arrow:before {
    content: "\e900";
}

.icon-slider-arrow-bottom:before {
    content: "\e901";
}

.icon-slider-arrow-left:before {
    content: "\e902";
}

.icon-slider-arrow-right:before {
    content: "\e903";
}

.icon-slider-arrow-top:before {
    content: "\e904";
}

.icon-team-arrow-left:before {
    content: "\e905";
}

.icon-team-arrow-right:before {
    content: "\e906";
}