@font-face {
  font-family: 'Savoy-MenuIcons';
  src:  url('./Savoy-MenuIcons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Savoy-MenuIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Icon_BackButton .path1:before {
  content: "\e938";
  font-size: 120px;
  color: rgb(255, 255, 255);
}
.icon-Icon_BackButton .path2:before {
  content: "\e939";
  font-size: 120px;
  margin-left: -1em;
  color: rgb(47, 36, 30);
}
.icon-Icon_FronButton .path1:before {
  content: "\e936";
  font-size: 120px;
  color: rgb(255, 255, 255);
}
.icon-Icon_FronButton .path2:before {
  content: "\e937";
  font-size: 120px;
  margin-left: -1em;
  color: rgb(47, 36, 30);
}
.icon-Icon_Clear:before {
  font-size: 40px;
  color: var(--SecButtonTextColor);
  content: "\e935";
}
.icon-Icon_CheckReservation .path1:before {
  content: "\e930";
  font-size: 10vh;
  color: rgb(47, 36, 30);
}
.icon-Icon_CheckReservation .path2:before {
  content: "\e931";
  font-size: 10vh;
  margin-left: -1.3408203125em;
  color: rgb(182, 228, 252);
}
.icon-Icon_CheckReservation .path3:before {
  content: "\e932";
  font-size: 10vh;
  margin-left: -1.3408203125em;
  color: rgb(0, 0, 0);
}
.icon-Icon_CheckReservation .path4:before {
  content: "\e933";
  font-size: 10vh;
  margin-left: -1.3408203125em;
  color: rgb(0, 0, 0);
}
.icon-Icon_Checkin-1:before {
  font-size: 10vh;
  content: "\e934";
}
