@charset "UTF-8";

@font-face {
  font-family: "pat-icons";
  src:url("fonts/pat-icons.eot");
  src:url("fonts/pat-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/pat-icons.woff") format("woff"),
    url("fonts/pat-icons.ttf") format("truetype"),
    url("fonts/pat-icons.svg#pat-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "pat-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^="pat-"]:before,
[class*=" pat-"]:before {
  font-family: "pat-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;
}

.pat-profanity:before {
  content: "\6c";
}
.pat-keep:before {
  content: "\6d";
}
.pat-highlight:before {
  content: "\6e";
}
.pat-hero:before {
  content: "\6f";
}
.pat-grid:before {
  content: "\70";
}
.pat-tiktok-grid:before {
  content: "\61";
}
.pat-format:before {
  content: "\62";
}
.pat-format-1:before {
  content: "\63";
}
.pat-complete:before {
  content: "\64";
}
.pat-live:before {
  content: "\65";
}
.pat-pending:before {
  content: "\66";
}
