/*
Theme Name: Madrid Cooking Experiences
Theme URI: https://example.com/
Author: Tu Nombre
Author URI: https://example.com/
Description: A custom WordPress theme for a cooking experience website in Madrid.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: madrid-cooking-experiences
*/

body {
  font-family: 'Lato', sans-serif;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
}

a {
  color: #09A5A5;
  text-decoration: none;
}

a:hover {
  color: #F19232;
}

header, footer {
  background: #F19232;
  color: white;
  padding: 1rem;
}

nav a {
  margin-right: 15px;
  font-weight: bold;
  color: white;
}

h1, h2, h3 {
  color: #09A5A5;
}

.hero {
  background: #F19232;
  color: white;
  padding: 3rem 1rem;
  text-align: center;
}

.section {
  padding: 2rem 1rem;
}

.workshops {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.workshop {
  flex: 1 1 45%;
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 8px;
}

.blog-preview {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
}

footer {
  text-align: center;
  font-size: 0.9em;
}
