@font-face {
    font-family: edpPreon;
    src: url("../fonts/EDP%20Preon%20Regular.otf");
}

@font-face {
    font-family: edpPreon;
    src: url("../fonts/EDP%20Preon%20Regular%20Italic.otf");
    font-style: italic;
}

@font-face {
    font-family: edpPreon;
    src: url("../fonts/EDP%20Preon%20Medium.otf");
    font-weight: bold;
}

@font-face {
    font-family: edpPreon;
    src: url("../fonts/EDP%20Preon%20Medium.otf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: edpPreon;
    src: url("../fonts/EDP%20Preon%20Light.otf");
    font-weight: 500;
}

@font-face {
    font-family: edpPreon;
    src: url("../fonts/EDP%20Preon%20Light.otf");
    font-style: italic;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: edpPreon,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;;
}
p, div {
    font-family: edpPreon,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;;
}

html {
    min-height: 100%;
    font-family: edpPreon,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;;
}