/*
Theme Name: Tofai Galaxy
Theme URI: https://github.com/your-username/tofai-galaxy
Author: Galaxy Engineering Team
Author URI: https://github.com/your-username
Description: A minimal WordPress theme for Galaxy Engineering.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tofai-galaxy
*/

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

header, footer {
    background: #f4f4f4;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

footer {
    border-top: 1px solid #ddd;
    border-bottom: none;
    margin-top: 40px;
}
