
/*
Theme Name: Aurora Pro Digital Agency
Theme URI: https://example.com/aurora-pro
Author: Aurora Studio
Description: Elementor & Forminator %100 uyumlu, animasyonlu, portföylü profesyonel dijital ajans teması.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: aurora-pro
*/

:root {
  --primary:#5b6cff;
  --secondary:#00e5ff;
  --dark:#0f1221;
  --light:#ffffff;
  --gray:#f5f6fa;
}

body {
  margin:0;
  font-family: 'Inter', sans-serif;
  background: var(--light);
  color:#222;
}

a { color:var(--primary); text-decoration:none; }

.fade-up {
  opacity:0;
  transform:translateY(20px);
  animation:fadeUp .8s ease forwards;
}

@keyframes fadeUp {
  to { opacity:1; transform:none; }
}
