/*
 * variables.css — CSS Custom Properties
 * Fotogruppe elektron Lübbenau Child Theme
 */
:root {
  /* ---- Hintergründe ---- */
  --bg-white:       #ffffff;
  --bg-blue:        #EAF2FB;
  --bg-blue-mid:    #D4E8F5;
  --bg-blue-deep:   #1A5FA8;
  --bg-nav:         rgba(255,255,255,0.93);

  /* ---- Akzentfarben ---- */
  --accent:         #1A5FA8;
  --accent-hover:   #134D8F;
  --accent-light:   #5B9BD5;
  --accent-glow:    rgba(26,95,168,0.15);
  --accent-pale:    #EAF2FB;

  /* ---- Textfarben ---- */
  --text:           #2c2c2c;
  --text-mid:       #4a5568;
  --text-muted:     #718096;
  --text-faint:     #a0aec0;

  /* ---- Rahmen ---- */
  --border-white:   rgba(26,95,168,0.10);
  --border-blue:    rgba(26,95,168,0.16);
  --border-card:    rgba(26,95,168,0.13);

  /* ---- Abstände & Formen ---- */
  --nav-h:          72px;
  --radius:         12px;
  --radius-lg:      20px;
  --section-pad:    110px;

  /* ---- Schatten ---- */
  --shadow-sm:  0 2px 12px rgba(26,95,168,0.08);
  --shadow-md:  0 8px 32px rgba(26,95,168,0.13);
  --shadow-lg:  0 24px 64px rgba(26,95,168,0.17);

  /* ---- Transitions ---- */
  --transition: 0.4s cubic-bezier(0.16,1,0.3,1);
}
