@font-face {
  font-family: "ZurichSans";
  src: url("/fonts/ZurichSans-Regular.ttf") format("truetype");
  font-weight: normal; /* Regular */
}

@font-face {
  font-family: "ZurichSans";
  src: url("/fonts/ZurichSans-Semibold.ttf") format("truetype");
  font-weight: bold; /* Semibold */
}

/* 全体に ZurichSans を適用 */
body {
  @apply font-sans;
}
