@import url('https://fonts.googleapis.com/css2?family=Proza+Libre&family=Nunito+Sans:wght@400;700&display=swap');

/* Заголовок магазина */
h1.shop-title {
  font-family: 'Proza Libre', serif !important;
}

/* Текст "Наши сервера IP" */
.servers-ip, #servers-ip, .servers-text {
  font-family: 'Proza Libre', serif !important;
}

/* Весь остальной текст сайта */
body, p, span, div, li, a, button, input, textarea {
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400; /* обычный вес */
}

/* Жирный текст - Nunito Sans Bold */
strong, b, [style*="font-weight: bold"], [style*="font-weight:700"], .bold, .fw-bold {
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 700 !important;
}
