@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./Inter-VariableFont.ttf');
}

@font-face {
  font-family: 'Poppins Light';
  src: url('./Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins Black';
  src: url('./Poppins-Black.ttf');
}

@font-face {
  font-family: 'Poppins Medium';
  src: url('./Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins Thin';
  src: url('./Poppins-Thin.ttf');
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./BrandonGrotesqueWeb-Regular/font.woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('./BrandonGrotesqueWeb-Black/font.woff2');
  font-weight: 600;
  font-style: normal;
}

.InputCenter .MuiFilledInput-input {
  padding: 24px 8px 20px !important;
  border-radius: 2px !important;
}
