/**
Theme Name: Abrakadabra
Theme URI: https://github.com/asathoor/alhambra
Author: Jesper Stampe Jensen
Author URI: jport.dk
Description: Abrakadabra is the magic word
Version: 20251005.01
Requires at least: 6.*
Tested up to: 6.8
Requires PHP: 7.4
License: Beer-ware Licens
License URI: https://fedoraproject.org/wiki/Licensing/Beerware
Text Domain: petj-alhambra

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/** The most important styles, see: theme.json */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
