/* Avenir ships only Light and Medium for now. Medium is registered at 500–700
   so theme and ad-hoc fontWeight: 600/700 resolve to a real face instead of
   synthetic bold. local() is omitted so an installed Avenir cannot shadow ours. */
@font-face {
  font-family: 'Avenir';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('Avenir-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('Avenir-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('Avenir-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('Avenir-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

.wallet-table-header {
  font-size: large;
}

.pointer {
  cursor: pointer;
}
