@font-face {
    font-family: 'ArsenicaAntiqua-Regular';
    src: url('../fonts/arsenicaantiqua-regular.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/arsenicaantiqua-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
         url('../fonts/arsenicaantiqua-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/arsenicaantiqua-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
         url('../fonts/arsenicaantiqua-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/arsenicaantiqua-regular.svg#arsenicaantiqua-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

/* Заголовок Ноды */
span.field--name-title,
.sh-node h1,
.sh-node h2,
.sh-node h3,
.sh-node h4,
.sh-node h5,
.sh-node h6  {
	font-family: 'ArsenicaAntiqua-Regular', "Arial", sans-serif;
}


/* Иконки контактов в футере */
.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: #840b0bbf;
}
.bs-icon.bs-icon-circle {
  border-radius: 50%;
  padding: 0.5rem;
}
.bs-icon-md {
  --bs-icon-size: 1.5rem;
}