@layer bricks.icons {
  @font-face {
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/themify.woff") format("woff"),
      url("/assets/fonts/themify.ttf") format("truetype");
    font-display: swap;
  }

  [class*=" ti-"],
  [class^="ti-"] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
  }

  .ti-info-alt::before {
    content: "\e717";
  }

  .ti-briefcase::before {
    content: "\e651";
  }

  .ti-bookmark-alt::before {
    content: "\e618";
  }
}
