/* ============== Fonts ============== */

@font-face {
  font-family: "ROOMS Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../assets/fonts/figtree-variable.woff2") format("woff2");
}

@font-face {
  font-family: "ROOMS Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/inter-variable.woff2") format("woff2");
}

@font-face {
  font-family: "ROOMS Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-variable.woff2") format("woff2");
}

@font-face {
  font-family: "ROOMS Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/noto-sans-jp-400.woff2") format("woff2");
}

@font-face {
  font-family: "ROOMS Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/noto-sans-jp-500.woff2") format("woff2");
}

