/*
Theme Name: Relax Car Wash
Theme URI: https://relax-tver.ru
Author: Viktor Petrov
Author URI: https://relax-tver.ru
Description: Премиум-тема WordPress для автомойки Relax Car Wash.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: relax-carwash
Tags: carwash, premium, white, business
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* --- Базовые стили --- */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Montserrat", sans-serif; }

body {
  background: #fff;
  color: #111;
  scroll-behavior: smooth;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* остальной CSS из твоего проекта */
