/*
Theme Name: DMO Theme Base
Theme URI: https://dmo-platform.com
Author: DMO Platform
Description: A minimalist, mobile-first theme powered by Tailwind, HTMX, and Governance Logic. 
Version: 1.0.0
*/

/* 
 * This file is largely empty because we use Tailwind CSS via CDN for development speed 
 * and FSE / Utility classes for layout.
 * 
 * "Official Gold" and "Midnight Black" are defined in theme.json.
 */
body {
    font-family: 'Inter', system-ui, sans-serif;
}
