@font-face {
  font-family: 'Gotham Pro MD';
  src: url('/static/fonts/GothamPro/GothamProRegular.otf') format('opentype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('/static/fonts/Gotham/Gotham-Regular.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/Gotham/Gotham-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('/static/fonts/Gotham/Gotham-Regular.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/Gotham/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/static/fonts/proxima_nova/ProximaNovaThin.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/proxima_nova/ProximaNovaThin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/static/fonts/proxima_nova/ProximaNovaLight.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/proxima_nova/ProximaNovaLight.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/static/fonts/proxima_nova/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/proxima_nova/ProximaNovaRegular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/static/fonts/proxima_nova/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/proxima_nova/ProximaNovaRegular.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/static/fonts/proxima_nova/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/proxima_nova/ProximaNovaBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/static/fonts/proxima_nova/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/proxima_nova/ProximaNovaBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/static/fonts/proxima_nova/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/proxima_nova/ProximaNovaBold.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Onest';
  src: url('/static/fonts/onest/Onest-Thin.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/fonts/onest/Onest-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/fonts/onest/Onest-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/fonts/onest/Onest-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/fonts/onest/Onest-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/fonts/onest/Onest-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('/static/fonts/onest/Onest-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
