/* Roboto Regular — ローカル配置（file:// でも利用可） */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("roboto/roboto-regular.woff2") format("woff2");
}

/* Roboto Semibold — ローカル配置（file:// でも利用可） */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("roboto/roboto-semibold.woff2") format("woff2");
}
