/* ============================================================================
   Monetary — self-hosted webfonts
   ----------------------------------------------------------------------------
   Nothing here is fetched from a third party. Both families are served from
   this folder, so the site renders identically offline, behind a proxy, or
   with Google blocked.

     Poppins  — the interface face. Headings, labels, nav, buttons, card
                titles, marketing copy. Geometric and square-shouldered; it is
                what gives the new design its edge.
     Inter    — numerals. Poppins has no tabular figures, and a financial
                table has to line up in a column, so Inter carries every money
                figure, table cell and axis label.

   WEIGHTS
     The licensed Poppins set held here is Regular / Medium / Bold, so the
     semibold step (600) is mapped onto the Bold file with a weight range. If a
     true SemiBold is added later, drop it in as poppins-600.woff2 and split
     the third rule in two.

   Both families are subset to Latin + Latin Extended, which is every glyph the
   site actually sets. Each file is ~10 KB.
   ========================================================================= */

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('poppins-500.woff2') format('woff2');
}

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

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

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

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('inter-600.woff2') format('woff2');
}
