/*
Theme Name: MyRoomie Theme
Theme URI: https://myroomie.ca/
Author: MyRoomie
Author URI: https://myroomie.ca
Description: Minimal theme for MyRoomie housing platform - works with MyRoomie App plugin
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: myroomie-theme
Domain Path: /languages
*/

/* MyRoomie Theme - Minimal styling */
html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #fff;
}

/* Tailwind CSS is loaded via plugin */
