@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Framework7Icons-Regular.woff2') format('woff2'),
       url('../fonts/Framework7Icons-Regular.woff') format('woff'),
       url('../fonts/Framework7Icons-Regular.ttf') format('truetype');
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

/* Specific icon definitions */
.f7-icons[data-icon="person_2"]:before,
.f7-icons.person_2:before { content: "\f101"; }

.f7-icons[data-icon="calendar"]:before,
.f7-icons.calendar:before { content: "\f102"; }

.f7-icons[data-icon="repeat"]:before,
.f7-icons.repeat:before { content: "\f103"; }

.f7-icons[data-icon="folder"]:before,
.f7-icons.folder:before { content: "\f104"; }

.f7-icons[data-icon="pencil"]:before,
.f7-icons.pencil:before { content: "\f105"; }

.f7-icons[data-icon="trash"]:before,
.f7-icons.trash:before { content: "\f106"; }

.f7-icons[data-icon="gear_alt"]:before,
.f7-icons.gear_alt:before { content: "\f107"; }

.f7-icons[data-icon="power"]:before,
.f7-icons.power:before { content: "\f108"; }