/*
 * Self-hosted Poppins — weights used across the AIR POM landing page:
 *   400 Regular  — body copy, nav, FAQ answers
 *   600 SemiBold — card titles, sub-headings
 *   700 Bold     — section headings (h2)
 *   800 ExtraBold — hero title, price badge, eyebrow labels
 *
 * The .woff2 files referenced below are NOT included in this export —
 * download them (free, OFL-licensed) and drop them into this same
 * assets/fonts/ folder before deploying. Fastest way:
 *   1. Go to https://gwfh.mranftl.com/fonts/poppins (Google Webfonts Helper)
 *   2. Select charset: latin. Select styles: 400, 600, 700, 800.
 *   3. Download the "modern" (woff2-only) package.
 *   4. Copy the 4 .woff2 files here, matching the filenames below
 *      (or edit the src paths to match whatever it names them).
 */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("poppins-v22-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("poppins-v22-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("poppins-v22-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("poppins-v22-latin-800.woff2") format("woff2");
}
