@font-face {
  font-family: "Silcopaint";
  src: url("../fonts/Silcopaint.woff2") format("woff2"),
    url("../fonts/Silcopaint.ttf") format("truetype"),
    url("../fonts/Silcopaint.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*="icon-font--"]::before, [class^="icon-font--"]::before {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: var(--icon-font) !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: var(--icon-font--size-normal);
  text-transform: none;
  line-height: 1;

  display: inline-block;
  vertical-align: baseline;
  color: currentColor;
  letter-spacing: var(--icon-font--letter-spacing);
  transform: var(--icon-font--alignment-offset);

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}