@font-face {
  font-family: "ABBVoice-Md";
  src: url("../font/abbvoice/ABBvoice_Md.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ABBVoice-Lt";
  src: url("../font/abbvoice/ABBvoice_Lt.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ABBVoice-Rg";
  src: url("../font/abbvoice/ABBvoice_Rg.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ABBVoice-Bd";
  src: url("../font/abbvoice/ABBvoice_Bd.woff");
  font-weight: normal;
  font-style: normal;
}

*,
html,
body {
  font-family: ABBVoice-Rg;
}

html,
body {
  margin: 0;
  font-size: 14px;
  color: #1f1f1f;
  height: 100%;
  background-color: #ebebeb;
}

body {
  width: 100%;
  height: 100%;
  /* display: flex; */
  /* flex-direction: column; */
}

#root {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #f5f5f5;
}
