@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNovaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNovaSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNovaBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body,
#root {
  height: 100%;
}
* {
  font-family:
    'Proxima Nova',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    Arial,
    sans-serif;
}

.MuiTypography-root,
.MuiButton-root,
.MuiTextField-root,
.MuiInputBase-root,
.MuiInputLabel-root,
.MuiFormLabel-root,
.MuiSelect-root,
.MuiMenuItem-root,
.MuiChip-root,
.MuiAlert-root,
.MuiBreadcrumbs-root,
.MuiPagination-root,
.MuiTable-root,
.MuiTableCell-root,
.MuiGrid-root,
.MuiListItem-root,
.MuiListItemText-root,
.MuiTooltip-tooltip,
.MuiStepLabel-label,
.MuiStepper-root,
.MuiRadio-root,
.MuiCheckbox-root,
.MuiFormHelperText-root {
  font-family:
    'Proxima Nova',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Fira Sans',
    'Droid Sans',
    'Helvetica Neue',
    Arial,
    sans-serif !important;
}
