/**
 * Neue Haas Grotesk Display Font
 * Todos os pesos e estilos
 */

/* Thin (100) */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskThin.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskThin.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskThinItalic.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Extra Light (200) */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskXLight.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskXLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskXLightItalic.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskXLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskLight.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskLightItalic.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskRegular.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskItalic.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskMedium.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskMediumItalic.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskBold.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskBoldItalic.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Black (900) */
@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskBlack.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('../fonts/NeueHaasGroteskBlackItalic.ttf') format('ttf'),
         url('../fonts/NeueHaasGroteskBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}