@font-face {
  font-family: 'BentonSans';
  src: url('./BentonSansRegular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BentonSans';
  src: url('./BentonSansBold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'BentonSans';
  src: url('./BentonSansMedium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'United Sans Reg';
  font-style: normal;
  font-weight: 900;
  src: local('United Sans Reg'),
    url('./UnitedSansReg-Heavy.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'United Sans Reg';
  font-style: normal;
  font-weight: bold;
  src: local('United Sans Reg'),
    url('./UnitedSansReg-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'United Sans Reg';
  font-style: normal;
  font-weight: normal;
  src: local('United Sans Reg'),
    url('./UnitedSansReg-Medium.otf') format('opentype');
  font-display: swap;
}
