/*
Theme Name: GeneratePress Child — ROFUS Guide
Theme URI: https://example.com
Description: Дочерняя тема для страницы «best online casino uden ROFUS 2025»
Author: Your Name
Author URI: https://example.com
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gp-rofus-child
*/

/* Базовые токены (переменные) — могут переиспользоваться и за пределами главной страницы при желании */
:root {
  --gp-container-max: 1180px;
  --gp-radius-sm: 10px;
  --gp-radius-md: 14px;
  --gp-radius-lg: 18px;

  --c-ink: #121417;
  --c-body: #2a2f36;
  --c-muted: #5e6673;

  --c-accent-1: #0ea5a4; /* teal */
  --c-accent-2: #7c3aed; /* purple */
  --c-accent-3: #2563eb; /* blue */
  --c-accent-4: #d97706; /* amber */
  --c-accent-5: #16a34a; /* green */
  --c-accent-6: #ec4899; /* pink */

  /* Светлые фоны для секций */
  --bg-ink: #0b1021;
  --bg-00: #ffffff;
  --bg-01: #f6fbfb; /* teal tint */
  --bg-02: #f8f5ff; /* purple tint */
  --bg-03: #f4f7ff; /* blue tint */
  --bg-04: #fff8ee; /* amber tint */
  --bg-05: #f3fbf5; /* green tint */
  --bg-06: #fff6fb; /* pink tint */
  --bg-07: #f7f9fc; /* slate tint */

  --bdr: 1px solid rgba(20, 24, 35, .10);
  --shadow-sm: 0 2px 10px rgba(10, 14, 23, .06);
  --shadow-md: 0 10px 30px rgba(10, 14, 23, .08);
  --shadow-lg: 0 18px 50px rgba(10, 14, 23, .12);

  --lead: clamp(18px, 1.5vw + 12px, 20px);
  --h1: clamp(28px, 2.6vw + 16px, 46px);
  --h2: clamp(22px, 1.4vw + 14px, 32px);
  --h3: clamp(18px, 1vw + 12px, 22px);
}

/* Минимальные совместимые фиксы GeneratePress */
.entry-content img {
  height: auto;
  max-width: 100%;
}
