/* Circular Std — numeric weights so CSS font-matching resolves correctly.
   Available files: Book(400), Medium(500), Bold(700), Black(900), BlackItalic(900).
   No Light/Thin file ships, so font-weight:300 (.f-light) falls back to Book(400);
   600 (.f-semi) and 800 round to the nearest available face (700 / 900). */
@font-face {
  font-family: 'Circular Std';
  font-display: swap;
  src: url('../../fonts/CircularStd-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Std';
  font-display: swap;
  src: url('../../fonts/CircularStd-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Std';
  font-display: swap;
  src: url('../../fonts/CircularStd-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Std';
  font-display: swap;
  src: url('../../fonts/CircularStd-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Std';
  font-display: swap;
  src: url('../../fonts/CircularStd-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
