.material-icons {
  font-family: 'Material Icons' !important;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined' !important;
}

.material-icons-sharp {
  font-family: 'Material Icons Sharp' !important;
}

.md-18 {
  font-size: 18px !important;
}

.md-24 {
  font-size: 24px !important;
}

.md-36 {
  font-size: 36px !important;
}

.md-48 {
  font-size: 48px !important;
}

.md-white {
  color: #fff;
}

.md-black {
  color: #000;
}

.md-blue {
  color: #0D4486;
}

.md-blue-light {
  color: #1088b8;
}

.md-grey {
  color: #EFF1F4;
}

.md-grey-light {
  color: #F7F8F9;
}

.md-teal {
  color: #08A864;
}

.md-warning {
  color: #E5A84F;
}

.md-neutral {
  color: #0080B3;
}

.md-error {
  color: #A80013;
}

.md-success {
  color: #08A863;
}
