/*
 * Junto Media — Self-hosted fonts
 * Poppins (700/800/900) + Inter (400/500/600), latin subset, woff2.
 * Bron: google-webfonts-helper (gwfh.mranftl.com).
 */

/* Poppins 700 — bold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('poppins-v24-latin-700.woff2') format('woff2');
}

/* Poppins 800 — extrabold */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('poppins-v24-latin-800.woff2') format('woff2');
}

/* Poppins 900 — black */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('poppins-v24-latin-900.woff2') format('woff2');
}

/* Inter 400 — regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter 500 — medium */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-v20-latin-500.woff2') format('woff2');
}

/* Inter 600 — semibold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-v20-latin-600.woff2') format('woff2');
}
