/* fonts/custom-uicons.css */
@font-face {
  font-family: 'uicons-thin-rounded';
  /* 先ほど確認できたサーバー上の軽量化フォントファイルへのパス */
  src: url('../fonts/uicons-thin-rounded.woff') format('woff'),
       url('../fonts/uicons-thin-rounded.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* アイコン共通の初期設定 */
[class^="fi-tr-"], [class*=" fi-tr-"] {
  font-family: 'uicons-thin-rounded' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-tr-envelope:before {
content: "\e6f1";
}
.fi-tr-land-layer-location:before {
content: "\eae2";
}
.fi-tr-tour-guide-people:before {
content: "\f2e9";
}