@font-face {
    font-family: 'proxima-light';
    /* font-weight: 100 900;
    font-display: swap; */
    src: url('ProximaNovaLight.ttf') format("truetype");
}

@font-face {
    font-family: 'proxima-regular';
    /* font-weight: 100 900;
    font-display: swap; */
    src: url('ProximaNovaRegular.ttf') format("truetype");
}

@font-face {
    font-family: 'proxima-bold';
    /* font-weight: 100 900;
    font-display: swap; */
    src: url('ProximaNovaBold.ttf') format("truetype");
}

