/* fonts.css */

/* Poppins Light 300 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('font/Poppins-Light.ttf') format('truetype');
  font-display: swap;
}

/* Poppins Regular 400 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('font/Poppins-Regular.ttf') format('truetype');
  font-display: swap;
}

/* Poppins Medium 500 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('font/Poppins-Medium.ttf') format('truetype');
  font-display: swap;
}

/* Poppins SemiBold 600 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('font/Poppins-SemiBold.ttf') format('truetype');
  font-display: swap;
}

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

/* Poppins ExtraBold 800 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('font/Poppins-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
