/* POPPINS */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins/poppins-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* ROBOTO */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/roboto-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/roboto-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/roboto-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* PLAYFAIR DISPLAY */
@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/playfair/playfair-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/playfair/playfair-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
