/*
Theme Name: Miami Freedom Theme
Theme URI: 
Author: 
Author URI: 
Description: Custom theme for Miami Freedom Park
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miami-freedom-theme
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Archivo', sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Druk Wide Bold', sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
} 