@font-face {
    font-family: 'Raleway';
    src: url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/raleway/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local("Raleway Extra Light"), local("Raleway-ExtraLight"), url("../fonts/raleway/Raleway-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Raleway';
    src: local("Raleway Heavy"), local("Raleway-Heavy"), url("../fonts/raleway/Raleway-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Raleway';
    src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/raleway/Raleway-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/raleway/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local("Raleway Regular"), local("Raleway-Regular"), url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local("Raleway Semi Bold"), local("Raleway-SemiBold"), url("../fonts/raleway/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: local("Raleway Thin"), local("Raleway-Thin"), url("../fonts/raleway/Raleway-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

/****************************************/
/* Start icomoon*/
/****************************************/

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?wxv7eg');
    src:  url('../fonts/icomoon/icomoon.eot?wxv7eg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?wxv7eg') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?wxv7eg') format('woff'),
    url('../fonts/icomoon/icomoon.svg?wxv7eg#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' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info {
    color: #d32a38;
}

.icon-info:before {
    content: "\e900";
}
.icon-redo2:before {
    content: "\e968";
}

/****************************************/
/* End icomoon */
/****************************************/
