@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova Regular'),
    url('https://skoblov.com/tbd-fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('https://skoblov.com/tbd-fonts/ProximaNova-Regular.woff') format('woff');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

.uc-font-proxima {
    font-family: "Proxima Nova" !important;
    font-weight: 400 !important;
}