/* World Mobile brand typeface. Files are not bundled in this repo, so these
   declarations resolve via locally-installed Aeonik only; when absent the CSS
   font stack falls through to CircularStd without emitting 404s. Drop
   Aeonik-*.woff2 into this folder and add url() sources to self-host. */
@font-face {
  font-family: 'Aeonik';
  font-weight: 400;
  font-style: normal;
  src: local('Aeonik'), local('Aeonik Regular');
}
@font-face {
  font-family: 'Aeonik';
  font-weight: 500;
  font-style: normal;
  src: local('Aeonik Medium');
}
@font-face {
  font-family: 'Aeonik';
  font-weight: 700;
  font-style: normal;
  src: local('Aeonik Bold');
}

@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');
}
