@font-face {
  font-family: 'Keep Humble';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/KeepHumble/keep-humble.woff2') format('woff2'),
       url('/res/fonts/KeepHumble/keep-humble.woff') format('woff'); 
}
@font-face {
  font-family: 'Keep Humble Smooth';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/KeepHumble/KeepHumbleSmooth.woff2') format('woff2'),
       url('/res/fonts/KeepHumble/KeepHumbleSmooth.woff') format('woff'); 
}

@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
       url('/res/fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'); 
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
       url('/res/fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'); 
}
@font-face {
  font-family: 'Proxima Nova';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/ProximaNova/ProximaNova-BoldIt.woff2') format('woff2'),
       url('/res/fonts/ProximaNova/ProximaNova-BoldIt.woff') format('woff'); 
}