/* --------------------------------------------------------------------------------------------------------------------------------------------------
SKIN.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
.header .header__logo a {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
}
:root {
   --background: #f2f2f2;
   --font: #000;
   --font-family: 'Poppins', sans-serif;
   --font-family-h1: 'Open Sans', sans-serif;
   --font-family-h2: 'Open Sans', sans-serif;
   --font-family-h3: 'Open Sans', sans-serif;
   --link: #F40000;
   --link-hover: #F60000;
   --link-visited: #F40000;
   --link-decoration: none;
   --link-decoration-hover: underline;
   --color-primary: transparent;
   --color-secondary: transparent;
   --color-grey: #505050;
   --color-light-grey: #EFEFEF;
   --header-background: #614051;
   --header-color: #f8f9fa;
   --header-link: #f8f9fa;
   --header-logo-width: auto;
   --header-logo-height: 35px;
   --tray: #614051;
   --tray-link: #f8f9fa;
   --smallnav-background: #614051;
   --smallnav-link: #f8f9fa;
   --top-background: #614051;
   --top-article-color: #fff;
   --top-article-link: #fff;
   --top-article-category: #fff;
   --bottom-background: #614051;
   --bottom-article-color: #fff;
   --bottom-article-link: #fff;
   --bottom-article-category: #fff;
   --main-background: #f2f2f2;
   --content-background: transparent;
   --content-padding: 0;
   --content-color: #000;
   --content-link: #614051;
   --content-h1: #000;
   --content-h2: #000;
   --content-h3: #000;
   --content-h3: #000;
   --content-perex-border: #614051;
   --article-color: #000;
   --article-link: #614051;
   --article-category: #614051;
   --pagination-link: #614051;
   --sidebar-background: transparent;
   --sidebar-padding: 0;
   --sidebar-color: #000;
   --sidebar-link: #614051;
   --sidebar-article-link: #614051;
   --prefooter-background: #343a40;
   --prefooter-padding: 2em;
   --prefooter-color: #fff;
   --prefooter-link: #f8f9fa;
   --prefooter-article-link: #f8f9fa;
   --nav-icon: #f8f9fa;
   --nav-icon-hover: #ecae1a;
   --tags-icon: #f8f9fa;
   --tags-icon-hover: #ecae1a;
   --authors-icon: #f8f9fa;
   --authors-icon-hover: #ecae1a;
   --promo-icon: #f8f9fa;
   --promo-icon-hover: #ecae1a;
   --promo-title: #ecae1a;
   --promo-description: #f8f9fa;
   --footer-background: #343a40;
   --footer-color: #f8f9fa;
   --footer-link: #f8f9fa;
   --popup-background: #000;
   --popup-color: #FFF;
   --popup-link: #F40000;
}