/*
Theme Name: Azra
Description: This is the WP theme for the official website of Azzurri Ram Ram, a Basque cheesecake seller. It is a custom theme built with Bootstrap 5.
Version: 1.0.0
Author: Azzuri Ram Ram
Text Domain: azra
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

/* Custom theme styles will be added here */
/* Bootstrap styles will be loaded separately via functions.php */

.azra-theme {
  /* Theme-specific styles */
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.site-header {
  /* Header styles */
}

/* ==========================================================================
   Main Content Styles
   ========================================================================== */

.site-main {
  /* Main content styles */
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */

.site-footer {
  /* Footer styles */
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 768px) {
  /* Mobile styles */
}