@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: normal;
  src:
    local('Proxima Nova'),
    url('Proxima_Nova_Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 500;
  font-style: normal;
  src:
    local('Proxima Nova'),
    url('Proxima_Nova_Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: normal;
  src:
    local('Proxima Nova'),
    url('Proxima_Nova_Semibold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-style: normal;
  src:
    local('Proxima Nova'),
    url('Proxima_Nova_Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 800;
  font-style: normal;
  src:
    local('Proxima Nova'),
    url('Proxima_Nova_Extrabold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 900;
  font-style: normal;
  src:
    local('Proxima Nova'),
    url('Proxima_Nova_Black.otf') format('opentype');
  font-display: swap;
}
