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

@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src:
    local('Poppins Italic'),
    url('/assets/fonts/Poppins-Italic.woff') format('woff');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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