@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "am-google-icons" !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^="am-icon-"]:before,
[class*=" am-icon-"]:before {
  font-family: "am-google-icons" !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;
}

.am-icon-am-google:before {
  content: "\71";
}
.am-icon-am-google-ads:before {
  content: "\72";
}
.am-icon-am-google-analytics:before {
  content: "\73";
}
.am-icon-am-google-business-profile:before {
  content: "\74";
}
.am-icon-am-google-drive:before {
  content: "\75";
}
