@charset "UTF-8";

[class^="icon-"] {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-check::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('check.svg') no-repeat center / contain;
  vertical-align: middle;
}

.icon-menu::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('menu.svg') no-repeat center / contain;
  vertical-align: middle;
}

.icon-close::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('close.svg') no-repeat center / contain;
  vertical-align: middle;
}

.icon-arrow-down::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url('arrow-down.svg') no-repeat center / contain;
  vertical-align: middle;
}
