@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/proxima-nova-woff2-normal-700.woff2') format('woff2'),
    url('/fonts/proxima-nova-woff-normal-700.woff') format('woff'),
    url('/fonts/proxima-nova-opentype-normal-700.otf') format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/proxima-nova-woff2-normal-600.woff2') format('woff2'),
    url('/fonts/proxima-nova-woff-normal-600.woff') format('woff'),
    url('/fonts/proxima-nova-opentype-normal-600.otf') format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/proxima-nova-woff2-italic-600.woff2') format('woff2'),
    url('/fonts/proxima-nova-woff-italic-600.woff') format('woff'),
    url('/fonts/proxima-nova-opentype-italic-600.otf') format('opentype');
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/proxima-nova-woff2-normal-400.woff2') format('woff2'),
    url('/fonts/proxima-nova-woff-normal-400.woff') format('woff'),
    url('/fonts/proxima-nova-opentype-normal-400.otf') format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/proxima-nova-woff2-italic-400.woff2') format('woff2'),
    url('/fonts/proxima-nova-woff-italic-400.woff') format('woff'),
    url('/fonts/proxima-nova-opentype-italic-400.otf') format('opentype');
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/proxima-nova-woff2-normal-300.woff2') format('woff2'),
    url('/fonts/proxima-nova-woff-normal-300.woff') format('woff'),
    url('/fonts/proxima-nova-opentype-normal-300.otf') format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('/fonts/proxima-nova-woff2-normal-500.woff2') format('woff2'),
    url('/fonts/proxima-nova-woff-normal-500.woff') format('woff'),
    url('/fonts/proxima-nova-opentype-normal-500.otf') format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

.tk-proxima-nova {
  font-family: 'proxima-nova', sans-serif;
}
