/*
Includes the custom font definitions
*/

@font-face {
    font-family: "EWP";
    src: url('../fonts/EWP-Regular.eot') format("embedded-opentype"),
         url('../fonts/EWP-Regular.woff') format("woff"),
         url('http://www.endurancewindpowerinc.com/wp-content/themes/endurance/fonts/EWP-Regular.otf') format("opentype");
}
@font-face {
    font-family: "EWP";
    src: url('../fonts/EWP-Bold.eot') format("embedded-opentype"),
         url('../fonts/EWP-Bold.woff') format("woff"),
         url('http://www.endurancewindpowerinc.com/wp-content/themes/endurance/fonts/EWP-Bold.otf') format("opentype");
    font-weight:bold;
}
@font-face {
    font-family: "EWP";
    src: url('../fonts/EWP-Medium.eot') format("embedded-opentype"),
         url('../fonts/EWP-Medium.woff') format("woff"),
         url('http://www.endurancewindpowerinc.com/wp-content/themes/endurance/fonts/EWP-Medium.otf') format("opentype");
    font-weight:500;
}