/*
Theme Name: ACR Foundation Theme
Description: Custom built theme with Tailwind CSS for ACR Foundation.
Version: 1.0.1
Author: Antigravity
*/

/* 
 * Tailwind directives will be injected here. 
 * If you're not using a build step, include a Tailwind CDN in header.php 
 * for development, or link to a compiled output css file.
 */
@tailwind base;
@tailwind components;
@tailwind utilities;
