/*
Theme Name: HClub
Theme URI: https://hclub.vip
Author: HClub
Description: Частный закрытый клуб — тема WordPress, перенесённая с hclub.vip
Version: 1.0
License: Private
Text Domain: hclub
*/

/* ============================================================
   Цветовая палитра и переменные
   ============================================================ */
:root {
    --color-dark:     #47101c;
    --color-darker:   #571927;
    --color-beige:    #dcd6ca;
    --color-light:    #eff4f2;
    --color-gray:     #3d3d3d;
    --color-midgray:  #747474;
    --color-border:   #a4a4a4;
    --font-serif:     'Playfair Display', 'Playfair', serif;
    --font-sans:      Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, sans-serif;
}

/* ============================================================
   Базовый сброс и общие стили
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--color-gray); background: #fff; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { cursor: pointer; background: none; border: none; outline: none; padding: 0; }
input, textarea, select { outline: none; }

/* ============================================================
   Google Fonts — загружается через functions.php
   ============================================================ */
