/* Sistema tipográfico global — Burdeo Renovaciones */
:root {
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

html {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-body) !important;
  line-height: 1.65;
}

button,
input,
select,
textarea {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading) !important;
  letter-spacing: -0.015em;
}

h1,
h2 {
  font-weight: 700;
  line-height: 1.12;
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

p,
li {
  line-height: 1.65;
}

strong,
b {
  font-weight: 600;
}

nav,
.breadcrumb,
.location,
.eyebrow,
.btn,
.btn-primary,
.btn-outline,
.btn-details,
.google-action,
.mobile-menu,
.menu-toggle {
  font-family: var(--font-body) !important;
  letter-spacing: normal;
}
