/*
Theme Name: Bebely - Crianza Moderna
Theme URI: https://bebely.mx
Description: Un tema personalizado para Bebely, guía confiable en crianza moderna con blog y tienda integrada.
Author: Bebely
Author URI: https://bebely.mx
Version: 1.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bebely
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
*/

:root {
  --sage: #6B8F71;
  --sage-light: #EFF5F0;
  --sage-mid: #C8DCC9;
  --blush: #F2E0D8;
  --blush-deep: #C97C5D;
  --cream: #FDFAF6;
  --ink: #2B2B2B;
  --ink-soft: #5C5652;
  --sand: #F7F2EB;
  --moon: #8B7FA3;
  --moon-light: #EDE9F3;
  --sun: #E8A838;
  --sun-light: #FEF6E4;
  --sky: #5A9EC9;
  --sky-light: #E6F2FA;
}

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

html {
  font-size: 15px;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.3rem;
}

p {
  margin-bottom: 1rem;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Skip Links */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--sage);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}
