/*
Theme Name: Citybeach
Theme URI: https://citybeach.de
Author: Citybeach.de
Author URI: https://citybeach.de
Description: Das offizielle Citybeach.de Theme – Stadtstrände, Freibäder & urbane Oasen entdecken. Optimiert für Elementor Page Builder.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: citybeach
Tags: elementor, custom-colors, custom-logo, full-width-template, blog, portfolio
*/

/* ─── CSS Custom Properties (Brand) ─────────────────────────────────────────── */
:root {
  /* Logo-Farben 1:1 */
  --cb-coral:       #F15252;
  --cb-orange:      #F5844A;
  --cb-teal:        #2DD4C0;
  --cb-teal-light:  #6DE8DA;
  --cb-teal-mid:    #1ABFB0;
  --cb-blue:        #1878C8;
  --cb-blue-dark:   #0D2E5A;

  /* Gradient (Logo-Text Farbverlauf) */
  --cb-grad:        linear-gradient(90deg, #F15252 0%, #F5844A 35%, #2DD4C0 70%, #1878C8 100%);
  --cb-grad-diag:   linear-gradient(135deg, #F15252 0%, #F5844A 40%, #2DD4C0 75%, #1878C8 100%);
  --cb-grad-hero:   linear-gradient(160deg, #0D2E5A 0%, #1050A0 45%, #1878C8 75%, #1ABFB0 100%);

  /* Neutrals */
  --cb-sand:        #F8F6F2;
  --cb-sand-dark:   #EEE9E2;
  --cb-text:        #1A1C2E;
  --cb-text-mid:    #4A5068;
  --cb-text-light:  #8890A8;
  --cb-white:       #ffffff;
  --cb-footer-bg:   #0A1F40;

  /* Typography */
  --cb-font-head:   'Urbanist', sans-serif;
  --cb-font-body:   'Nunito', sans-serif;

  /* Radius */
  --cb-radius-sm:   10px;
  --cb-radius-md:   16px;
  --cb-radius-lg:   24px;
  --cb-radius-xl:   36px;

  /* Shadows — sichtbar auch im Ruhezustand */
  --cb-shadow:       0 2px 8px rgba(0,0,0,0.07), 0 8px 28px rgba(24,120,200,0.13);
  --cb-shadow-hover: 0 8px 16px rgba(0,0,0,0.11), 0 20px 48px rgba(24,120,200,0.24);
}
