/*
 * ProximaNova
 */
@font-face {
    font-family: 'Proximanova-regular';
    font-weight: normal;
    font-style: normal;
    src: url("fonts/ProximaNova/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Proximanova-bold';
    font-weight: normal;
    font-style: normal;
    src: url("fonts/ProximaNova/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Proximanova-semibold';
    font-weight: normal;
    font-style: normal;
    src: url("fonts/ProximaNova/ProximaNova-Semibold.otf") format("opentype");
}

body {
    font-family: 'Proximanova-regular', serif;
    background-color: #F7F7F7;
    margin: 0;
}