/*
 * Gilroy is the display face for metric values (theme.ui.fontNumeric). Only
 * the bold cut is declared because every numeric surface renders at 700; add
 * a weight here, not in a component, when one is needed. The file is fetched
 * from the same font CDN _document already preconnects to for Helvetica Neue;
 * moving to self-hosted files is a one-line src change.
 */
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Gilroy-Bold'),
    url('https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff') format('woff');
}
