
@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url('./font/proxima-nova/ProximaNova-Extrabld.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-BlackIt';
    src: url('./font/proxima-nova/ProximaNova-BlackIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-BoldIt';
    src: url('./font/proxima-nova/ProximaNova-BoldIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('./font/proxima-nova/ProximaNova-Medium.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('./font/proxima-nova/ProximaNova-Bold.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('./font/proxima-nova/ProximaNova-Light.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-LightIt';
    src: url('./font/proxima-nova/ProximaNova-LightIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('./font/proxima-nova/ProximaNova-Black.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-ExtrabldIt';
    src: url('./font/proxima-nova/ProximaNova-ExtrabldIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-ExtrabldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-RegularIt';
    src: url('./font/proxima-nova/ProximaNova-RegularIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-SemiboldIt';
    src: url('./font/proxima-nova/ProximaNova-SemiboldIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('./font/proxima-nova/ProximaNova-Regular.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-MediumIt';
    src: url('./font/proxima-nova/ProximaNova-MediumIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-MediumIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('./font/proxima-nova/ProximaNova-Semibold.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-ThinIt';
    src: url('./font/proxima-nova/ProximaNova-ThinIt.woff2') format('woff2'),
    url('./font/proxima-nova/ProximaNova-ThinIt.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}



body{
    font-family: 'Proxima Nova Lt', sans-serif;
}

h1,h2,h3,h4,h5{
    font-family: 'ProximaNova-Extrabld', sans-serif;
}

p{
    font-family: 'ProximaNova',sans-serif;
}
