
/* Основной фон страницы (будет меняться) */
/* Плавный фон body (как в прошлом шаге) */
@font-face {
    font-family: 'Novelist';
    src: url('/templates/w2/fonts/Novelist-Display.eot');
    src: url('/templates/w2/fonts/Novelist-Display.eot?#iefix') format('embedded-opentype'),
    url('/templates/w2/fonts/Novelist-Display.woff2') format('woff2'),
    url('/templates/w2/fonts/Novelist-Display.woff') format('woff'),
    url('/templates/w2/fonts/Novelist-Display.ttf') format('truetype'),
    url('/templates/w2/fonts/Novelist-Display.svg#Novelist-Display') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JOURNALISM';
    src: url('/templates/w2/fonts/JOURNALISM.eot');
    src: url('/templates/w2/fonts/JOURNALISM.eot?#iefix') format('embedded-opentype'),
    url('/templates/w2/fonts/JOURNALISM.woff2') format('woff2'),
    url('/templates/w2/fonts/JOURNALISM.woff') format('woff'),
    url('/templates/w2/fonts/JOURNALISM.ttf') format('truetype'),
    url('/templates/w2/fonts/JOURNALISM.svg#JOURNALISM') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neumann';
    src: url('/templates/w2/fonts/Neumann.eot');
    src: url('/templates/w2/fonts/Neumann.eot?#iefix') format('embedded-opentype'),
    url('/templates/w2/fonts/Neumann.woff2') format('woff2'),
    url('/templates/w2/fonts/Neumann.woff') format('woff'),
    url('/templates/w2/fonts/Neumann.ttf') format('truetype'),
    url('/templates/w2/fonts/Neumann.svg#Neumann') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('/templates/w2/fonts/BarlowCondensed-Medium.eot');
    src: url('/templates/w2/fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
    url('/templates/w2/fonts/BarlowCondensed-Medium.woff2') format('woff2'),
    url('/templates/w2/fonts/BarlowCondensed-Medium.woff') format('woff'),
    url('/templates/w2/fonts/BarlowCondensed-Medium.ttf') format('truetype'),
    url('/templates/w2/fonts/BarlowCondensed-Medium.svg#BarlowCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: "Lora", serif;
    position: relative;
    z-index: 0;
    color: #535559;
    font-size: 15px;
    background: #ffffff;

}

a {
    color: #272b2e;
}
.black {
    background: #272b2e;
    color: white !important;
}
header{
    background: #272b2e;
    padding: 10px;
}

img.logo_webadminka {
    filter: invert(1);
}
header a {
    color: white !important;
}
h1 {
    font-family: 'Barlow Condensed';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-size: 7vw;
    
}
/**/