@charset "UTF-8";

@font-face {
  font-family: "icons-adult-child";
  src:url("../fonts/icons-adult-child.eot");
  src:url("../fonts/icons-adult-child.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons-adult-child.woff") format("woff"),
    url("../fonts/icons-adult-child.ttf") format("truetype"),
    url("../fonts/icons-adult-child.svg#icons-adult-child") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "icons-adult-child" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icons-adult-child-"]:before,
[class*=" icons-adult-child-"]:before {
  font-family: "icons-adult-child" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iac-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.iac-2x {
  font-size: 2em;
}
.iac-3x {
  font-size: 3em;
}
.iac-4x {
  font-size: 4em;
}
.iac-5x {
  font-size: 5em;
}

.icons-adult-child-icon-adult:before {
  content: "\61";
}
.icons-adult-child-icon-child:before {
  content: "\62";
}

