/* Poppins Black */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-Black-3f1f7d66.ttf") format('truetype');
  font-weight: 900;
  /* Black weight */
  font-style: normal;
  font-display: swap;
}

/* Poppins Black Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-BlackItalic-feb3c4e1.ttf") format('truetype');
  font-weight: 900;
  /* Black weight */
  font-style: italic;
  font-display: swap;
}

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

/* Poppins Bold Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-BoldItalic-82d05519.ttf") format('truetype');
  font-weight: bold;
  /* or 700 */
  font-style: italic;
  font-display: swap;
}

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

/* Poppins Extra Bold Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-ExtraBoldItalic-97a19743.ttf") format('truetype');
  font-weight: 800;
  /* Extra Bold weight */
  font-style: italic;
  font-display: swap;
}

/* Poppins Extra Light */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-ExtraLight-6bc9b799.ttf") format('truetype');
  font-weight: 200;
  /* Extra Light weight */
  font-style: normal;
  font-display: swap;
}

/* Poppins Extra Light Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-ExtraLightItalic-f508dd04.ttf") format('truetype');
  font-weight: 200;
  /* Extra Light weight */
  font-style: italic;
  font-display: swap;
}

/* Poppins Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-Italic-b26add6a.ttf") format('truetype');
  font-weight: normal;
  /* Or the corresponding weight for the italic style, often 400 */
  font-style: italic;
  font-display: swap;
}

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

/* Poppins Light Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-LightItalic-dd52df46.ttf") format('truetype');
  font-weight: 300;
  /* Light weight */
  font-style: italic;
  font-display: swap;
}

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

/* Poppins Medium Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-MediumItalic-bf5fd43e.ttf") format('truetype');
  font-weight: 500;
  /* Medium weight */
  font-style: italic;
  font-display: swap;
}

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

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

/* Poppins Semi Bold Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-SemiBoldItalic-4477eba1.ttf") format('truetype');
  font-weight: 600;
  /* Semi Bold weight */
  font-style: italic;
  font-display: swap;
}

/* Poppins Thin */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-Thin-d3249c19.ttf") format('truetype');
  font-weight: 100;
  /* Thin weight */
  font-style: normal;
  font-display: swap;
}

/* Poppins Thin Italic */
@font-face {
  font-family: 'Poppins';
  src: url("/v2/assets/Poppins-ThinItalic-9d0007f1.ttf") format('truetype');
  font-weight: 100;
  /* Thin weight */
  font-style: italic;
  font-display: swap;
}
