/*
Theme Name: Cafe Time
Theme URI: https://cafetime.example.com
Author: Novak
Description: Custom, premium WordPress theme from scratch for a luxury cafe-restaurant in Bruchsal. Built with Tailwind CSS and GSAP.
Version: 1.0.0
Text Domain: cafetime
*/

/* Custom CSS overriding or adding to Tailwind can go here, though try to use Tailwind classes where possible */
body {
    background-color: #0f0f0f;
    color: #f1f1f1;
}
