/*
Theme Name:   Deptless
Theme URI:    https://deptless.style
Description:  Divi Child-Theme für Deptless – Finanzsanierung zur Schuldenregulierung. Dark/Neon-CI (#d4f500) mit Space Grotesk + Inter. Bold, urban, Du-Form. Ein Projekt der Real MultiPlan24 GmbH.
Author:       Real MultiPlan24 GmbH
Author URI:   https://www.real-multiplan24.de
Template:     Divi
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:  deptless
Tags:         finanzsanierung, dark, neon, bold
*/

/* ===== Schriften (Quick-Start; in Produktion via /wp-content/uploads/fonts/ selbst hosten) ===== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

/* ===== Deptless Corporate Identity ===== */
:root{
  --dl-black:   #1a1a1a;
  --dl-dark:    #111111;
  --dl-surface: #222222;
  --dl-neon:    #d4f500;
  --dl-light:   #f0f0f0;
  --dl-mid:     #888888;
  --dl-border:  #2e2e2e;
  --dl-display: 'Space Grotesk', sans-serif;
  --dl-body:    'Inter', sans-serif;
}

/* Detail-Styles der einzelnen Seiten liegen in den jeweiligen Divi-Snippets. */
