@font-face {
    font-family: 'Proxima Nova'; 
    src: url('fonts/ProximaNova-Reg.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semi Bold'; 
    src: url('fonts/ProximaNova-Sbold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bold'; 
    src: url('fonts/ProximaNova-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Light'; 
    src: url('fonts/ProximaNova-Light.ttf');
    font-weight: normal;
    font-style: normal;
}