@@ -8691,6 +8691,12 @@ footer .copyright .logo {
img {
max-width: 100%; }
+.text-page__text h1, .special-page__article h1, .full-news__text h1 {
+ font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
+ font-weight: 700;
+ color: #004d7b;
+ font-size: 34px; }
+
.shortnews__list {
display: flex;
flex-direction: row;
@@ -1,5 +1,12 @@
.text-page {
&__text {
+ h1 {
+ font-family: $fontcuprum;
+ font-size: 34px;
+ }
@extend %all-tags;
}