/*
Theme Name: Code Crew 88
Theme URI: https://codecrew88.cz
Author: Code Crew 88
Description: WordPress theme based on Code Crew 88 React design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic Reset & Tailwind is handled via CDN for this template */
body {
    font-family: 'Inter', sans-serif;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate-fade-in-up {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
