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

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

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

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

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

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