/*
Theme Name: Digital Marketer Premium
Theme URI: https://example.com/digital-marketer
Author: Digital Marketer
Author URI: https://example.com
Description: Премиальная WordPress-тема для личного бренда digital-маркетолога. Графит + электрический синий, шрифты Manrope/Inter, Gutenberg-блоки, Custom Post Types (Услуги, Кейсы), Custom Fields, меню, виджеты, полная SEO-поддержка.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digital-marketer
Tags: full-site-editing, block-styles, wide-blocks, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, portfolio
*/

:root {
  --dm-graphite: #0f1620;
  --dm-graphite-2: #161e2b;
  --dm-graphite-3: #1e2837;
  --dm-blue: #2d7ff9;
  --dm-blue-2: #5b9bff;
  --dm-white: #f5f7fa;
  --dm-muted: #9aa7bd;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--dm-graphite);
  color: var(--dm-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alignwide { max-width: 1280px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100%; }
