/* Poppins Font Family - Only used weights */
/* Normal weights */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./poppins/poppins-400-normal.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('./poppins/poppins-500-normal.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('./poppins/poppins-600-normal.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('./poppins/poppins-700-normal.ttf') format('truetype');
}
/* Italic - only 400 for blockquotes */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src: url('./poppins/poppins-400-italic.ttf') format('truetype');
}

