/* ─── Подписи осей и тиков карты (из style-блока у #jm-markup-layer) ─── */

.mkp-axis-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  fill: #8B645C;
  letter-spacing: 0.06em;
}

/* Единый шрифт для всех подписей осей */
.mkp-label {
  font-family: 'Roboto Flex', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  fill: #5A5049;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mkp-tick { stroke: #CEC4B8; stroke-width: 0.8; }

/* ─── Подписи режима solo (из второго style-блока у #mkp-matryoshka2-html) ─── */

.mkp-solo-main {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  fill: #5A5049;
  letter-spacing: 0.04em;
}

.mkp-solo-note {
  font-family: 'Roboto Flex', Arial, sans-serif;
  font-size: 8px;
  font-weight: 500;
  fill: #9A8E84;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
