/*
Theme Name: DUDE Platform
Theme URI: https://onlinecreativedudes.com/
Description: Foundational Growth Engine for Australian Local Businesses.
Author: Online Creative Dudes (OCD)
Author URI: https://onlinecreativedudes.com/
Version: 1.0.0
Text Domain: dude-platform
*/

/* Tailwind CSS will be loaded via CDN for this foundation */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
}
