/*
Theme Name: BBG Theme
Theme Version: 1.0.0
Description: Tema de WordPress con soporte para Advanced Custom Fields
Author: John Abreo
Text Domain: bbg-theme
Domain Path: /languages

Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

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