@font-face {
  font-family: 'cabin';
  src: url('../../../theme/fonts/cabin-regular.eot');
  src:
    url('../../../theme/fonts/cabin-regular.eot#iefix')
      format('embedded-opentype'),
    url('../../../theme/fonts/cabin-regular.woff') format('woff2'),
    url('../../../theme/fonts/cabin-regular.woff') format('woff'),
    url('../../../theme/fonts/cabin-regular.ttf')
      format('truetype'),
    url('../../../theme/fonts/cabin-regular.svg')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'cabin-bold';
  src: url('../../../theme/fonts/cabin-bold.eot');
  src:
    url('../../../theme/fonts/cabin-bold.eot#iefix')
      format('embedded-opentype'),
    url('../../../theme/fonts/cabin-bold.woff') format('woff2'),
    url('../../../theme/fonts/cabin-bold.woff') format('woff'),
    url('../../../theme/fonts/cabin-bold.ttf') format('truetype'),
    url('../../../theme/fonts/cabin-bold.svg')
      format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}