/**
 * NEW PROJECT FONTS
 */

/* Courier New — Regular & Bold */
@font-face {
    font-family: "Courier New";
    src: url("../fonts/CourierNew/Courier New.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Courier New Bold";
    src: url("../fonts/CourierNew/Courier New Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

/* Montserrat-Regular */
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}


/* Cruinn — Regular & Bold */
@font-face {
    font-family: "Cruinn";
    src: url("../fonts/Cruinn/Cruinn Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

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




/**
 * FONTS
 */


@font-face {
    font-family: "MachineITC";
    src: url("../fonts/MachineITC/MachineITC.eot");
    src: url("../fonts/MachineITC/MachineITC.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MachineITC/MachineITC.woff2")format("woff2"),
    url("../fonts/MachineITC/MachineITC.woff")format("woff"),
    url("../fonts/MachineITC/MachineITC.ttf")format("truetype"),
    url("../fonts/MachineITC/MachineITC.svg#MachineITC")format("svg");
}

@font-face {
    font-family: "RoadUI-Medium";
    src: url("../fonts/RoadUI/RoadUI-Medium.eot");
    src: url("../fonts/RoadUI/RoadUI-Medium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RoadUI/RoadUI-Medium.woff2")format("woff2"),
    url("../fonts/RoadUI/RoadUI-Medium.woff")format("woff"),
    url("../fonts/RoadUI/RoadUI-Medium.ttf")format("truetype");
}

@font-face {
    font-family: "RoadUI-Bold";
    src: url("../fonts/RoadUI/RoadUI-Bold.eot");
    src: url("../fonts/RoadUI/RoadUI-Bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RoadUI/RoadUI-Bold.woff2")format("woff2"),
    url("../fonts/RoadUI/RoadUI-Bold.woff")format("woff"),
    url("../fonts/RoadUI/RoadUI-Bold.ttf")format("truetype");
}

@font-face {
    font-family: "Fontello";
    src: url("../fonts/Fontello/fontello.eot");
    src: url("../fonts/Fontello/fontello.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Fontello/fontello.woff2")format("woff2"),
    url("../fonts/Fontello/fontello.woff")format("woff"),
    url("../fonts/Fontello/fontello.ttf")format("truetype");
}


.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }