@font-face {
    font-family:'open-sans';
    src:url('../css/fonts/open-sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'proxima-nova';
    src:url('../css/fonts/proximanova-light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family:'proxima-nova';
    src:url('../css/fonts/proximanova-regular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family:'proxima-nova';
    src:url('../css/fonts/proximanova-semibold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family:'proxima-nova';
    src:url('../css/fonts/proximanova-xbold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}