@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

@font-face {
  font-family: Montserrat;
  src: url('fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
}

#root * {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  box-sizing: border-box;

}

#root{
  color: var(--dcd-black-color);
}

#root i.icon {
  font-family: Icons;
}

#root i.icon.outline {
  font-family: outline-icons;
}

#root h1 {
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
#root h1 b, #root h1 strong{
  font-weight: 700;
}
#root h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
#root h2 b, #root h2 strong{
  font-weight: 700;
}
#root h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
#root h3 b, #root h3 strong{
  font-weight: 700;
}
#root h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
#root h4 b, #root h4 strong{
  font-weight: 700;
}
#root h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
#root h5 b, #root h5 strong{
  font-weight: 700;
}
