
/* add proxima nova font family here */

/* Regular Font */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/ProximaNova-Regular.ttf') format('opentype');
    font-weight: 400; /* Normal weight */
    font-style: normal;
}

/* Thin Font */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/fonnts.com-Proxima_Nova_Thin.otf') format('opentype');
    font-weight: 50; /* Thin weight */
    font-style: thin;
}

/* lighter font */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova/fonnts.com-Proxima_Nova_Light.otf') format('opentype');
    font-weight: 300; /* Light weight */
    font-style: light;
}

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