/*
Theme Name: Р‘РёСЂСЃРєР’РµР±
Theme URI: https://birskweb.ru
Author: Р‘РёСЂСЃРєР’РµР±
Author URI: https://birskweb.ru
Description: РљР°СЃС‚РѕРјРЅР°СЏ С‚РµРјР° WordPress РґР»СЏ РѕРґРЅРѕСЃС‚СЂР°РЅРёС‡РЅРѕРіРѕ СЃР°Р№С‚Р° РІРµР±-СЃС‚СѓРґРёРё Р‘РёСЂСЃРєР’РµР±. РђРґР°РїС‚РёРІРЅС‹Р№ РґРёР·Р°Р№РЅ, РєР°СЃС‚РѕРјРЅС‹Рµ СЃРµРєС†РёРё, Р»РѕРєР°Р»СЊРЅР°СЏ РѕРїС‚РёРјРёР·Р°С†РёСЏ.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: birskweb
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

/* ============================================
   CSS-РїРµСЂРµРјРµРЅРЅС‹Рµ (РїРµСЂРµРЅРѕСЃ РёР· :root)
   ============================================ */
:root {
  --bg: #FFFFFF;
  --ink: #1A1A1A;
  --ink-2: #2a2a2a;
  --muted: #5a5a5a;
  --accent: #FFA500;
  --accent-hover: #e69500;
  --accent-soft: rgba(255, 165, 0, .18);
  --gray: #f3f4f6;
  --gray-2: #e5e7eb;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .08);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, .15);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-height: 70px;
}

/* ============================================
   РЎР±СЂРѕСЃ (Reset)
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

/* ============================================
   Р›СЌР№Р°СѓС‚
   ============================================ */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}
