/*
Theme Name: Raumwerk Oberschwaben Child
Description: Child-Theme fuer die Coming-Soon-Seite von raumwerk Oberschwaben. Hostet Space Grotesk lokal (DSGVO) und schaltet das externe Google-Fonts-CDN ab.
Author: doozy digital
Template: hello-elementor
Version: 1.0.0
Text Domain: raumwerk-child
*/

/* === Space Grotesk — lokal gehostet (DSGVO), font-display: swap === */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/space-grotesk-v22-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/space-grotesk-v22-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/space-grotesk-v22-latin_latin-ext-700.woff2') format('woff2');
}

/* === Coming-Soon Feinschliff === */
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Space Grotesk', sans-serif; }

/* Sanfter Logo-Fade-in beim Laden */
@keyframes rwFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.rw-fade { animation: rwFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.rw-fade--2 { animation-delay: 0.12s; }
.rw-fade--3 { animation-delay: 0.24s; }
.rw-fade--4 { animation-delay: 0.36s; }
@media (prefers-reduced-motion: reduce) {
  .rw-fade, .rw-fade--2, .rw-fade--3, .rw-fade--4 { animation: none; }
}
