/*
Theme Name: Hungry Bugs Films
Theme URI: https://hungrybugsfilms.com
Author: Hungry Bugs Films
Author URI: https://hungrybugsfilms.com
Description: A modern cinematic theme for Hungry Bugs Films
Version: 1.0.0
Text Domain: hungrybugs
*/

/* 
 * This theme relies on Tailwind CSS which should be enqueued via functions.php, 
 * or the compiled CSS can be added here.
 */
body {
    background-color: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
}
