/*
Theme Name: CryptoSchool
Theme URI: 
Author: Evgene Doronin
Author URI: 
Description: Тема для проекта "Крипто Школа"
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cryptoschool
*/

/* Основные стили подключаются из frontend-source/dist/assets/main.css */

.account-menu-info-avatar__circle img {
  object-fit: contain;
  width: 100%;
}

.account-article-content {
  font-family: "Inter Tight", sans-serif;
}

.account-article-content h2, 
.account-article-content h3, 
.account-article-content h4, 
.account-article-content h5, 
.account-article-content h6 {
  color: #285335;
}
.account-article-content h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.account-article-content p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.wp-block-image img {
  min-width: 0px;
  width: fit-content;
  max-width: 100%;
  border-radius: 15px;
}

.columns-with-gap {
  gap: 25px !important;
}

.blog-article-page__container h5, 
.glossary-article__container h5 {
  font-size: 22px;
  font-weight: 500;
  color: #285335;
  margin-bottom: 25px;
}

html[data-theme=dark] .blog-article-page__container h5,
html[data-theme=dark] .account-article-content {
  color: white;
}

.blog-article-layout__content a,
.glossary-article__container a {
  border-bottom: 1px solid currentColor;
}

.blog-article-layout__content img,
.glossary-article__container img {
  margin-bottom: 25px;
}

.blog-article-layout__content img.slider__image,
.glossary-article__container img.slider__image
{
  margin-bottom: 0;
}

html[data-theme=dark] .button__text {
  color: white !important;
}

.crypto-list {
  margin-top: 3em;
}
.crypto-list__item {
  margin-left: 1em;
  margin-bottom: 5px;
  color: #285335;
}