/*
Theme Name: AI Homies
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A WordPress theme for AI Homies.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai_homies
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #34495e;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
.btn-primary {
    background-color: #27ae60;
    border-color: #27ae60;
}
