@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-Thin.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-ThinItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-ThinItalic.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-ExtraLight.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-ExtraLightItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff');
}

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

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-LightItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-LightItalic.woff') format('woff');
}

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

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-RegularItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-RegularItalic.woff') format('woff');
}

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

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-MediumItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-MediumItalic.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-BoldItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-ExtraBoldItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff');
}

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

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/poppins/Poppins-BlackItalic.woff2') format('woff2'),
       url('/fonts/poppins/Poppins-BlackItalic.woff') format('woff');
}

:root {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
