@font-face {
    font-family: 'proximaregular';
    src: url('/fonts/Proxima.eot');
    src: url('/fonts/Proxima.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Proxima.woff') format('woff'),
    url('/fonts/Proxima.ttf') format('truetype'),
    url('/fonts/Proxima.svg#proximaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximabold';
    src: url('/fonts/Proximabold.eot');
    src: url('/fonts/Proximabold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Proximabold.woff') format('woff'),
    url('/fonts/Proximabold.ttf') format('truetype'),
    url('/fonts/Proximabold.svg#proximabold') format('svg');
    font-weight: normal;
    font-style: normal;
}