@import url('/assets/brand.css');

/* River Leaf Direct typography refinements
 * Keep Japanese headings coherent, align price numerals, and avoid awkward phrase breaks.
 */

h1,
h2 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-variant-numeric: lining-nums;
}

p,
li,
th,
td,
h1,
h2,
h3,
.notice {
  word-break: auto-phrase;
  line-break: strict;
}

.keep-together {
  white-space: nowrap;
}

.prose th {
  font-size: 16px;
}

.prose a[href^="mailto:"] {
  overflow-wrap: anywhere;
}

.price-value {
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

.price-detail-table td:nth-child(2),
.situation-card strong {
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}
