@font-face {
font-family: 'proxima-nova';
src: url('../../fonts/Proxima Nova Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
font-display: swap;
}

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

@font-face {
font-family: 'proxima-nova';
src: url('../../fonts/Proxima Nova Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}

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

@font-face {
font-family: 'proxima-nova';
src: url('../../fonts/Proxima Nova SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'proxima-nova';
src: url('../../fonts/Proxima Nova Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'proxima-nova';
src: url('../../fonts/Proxima Nova ExtraBold.woff2') format('woff2');
font-weight: 800;
font-style: normal;
font-display: swap;
}

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

/* LATO */

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Regular.woff2')  format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato/Lato-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}