/* ============================================================
   Japan Rabbit — Webfonts
   Brand font: Proxima Nova (licensed, self-hosted). Full weight range
   100 / 400 / 600 / 700 / 800 / 900, each with an italic.
   ============================================================ */

/* Thin 100 */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Thin.otf) format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Thin_Italic.otf) format("opentype");
}

/* Regular 400 */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Regular.otf) format("opentype");
}

/* Semibold 600 */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Semibold.otf) format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Semibold_Italic.otf) format("opentype");
}

/* Bold 700 */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Bold.otf) format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Bold_Italic.otf) format("opentype");
}

/* Extrabold 800 */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Extrabold.otf) format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Extrabold_Italic.otf) format("opentype");
}

/* Black 900 */
@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Black.otf) format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Proxima_Nova_Black_Italic.otf) format("opentype");
}

/* Caveat (handwriting accent) intentionally omitted: the demo site is
   self-contained and must make no external font requests. */
