/* Fallback стили для шрифтов, когда внешние CDN недоступны */

/* Основные шрифты сайта */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
select,
textarea {
  font-family:
    "Raleway",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
}

/* Заголовки */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

/* Основной текст */
p,
li,
blockquote {
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

/* Ссылки и кнопки */
a,
button {
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

/* Навигация */
nav,
.nav,
.header-nav,
.main-nav {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}

/* Моноширинный шрифт для кода */
code,
pre,
kbd {
  font-family:
    "SF Mono", "Fira Code", "Consolas", "Monaco", monospace !important;
}

/* Скрытие динамических элементов */
.manage-bar-action,
[class*="manage-bar"] {
  display: none !important;
}

section[data-section-theme="legacy-dark"] {
  display: none !important;
}
