/*
Theme Name: Adobedinero
Theme URI: https://crowdfundinginmobiliario-review.es/
Author: Adobedinero
Description: Tema proprio — perfis de plataforma, avaliacoes, comparativos e otimizacao para motores de resposta.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: adobedinero
*/

:root {
  --cfrev-primary: #4A2C2A;
  --cfrev-primary-dark: #321C1A;
  --cfrev-secondary: #7A4A38;
  --cfrev-accent: #C98A4B;
  --cfrev-accent-dark: #A4713D;
  --cfrev-accent-soft: #F5E7D5;
  --cfrev-bg: #FBF7F1;
  --cfrev-surface: #FFFFFF;
  --cfrev-text: #2C211D;
  --cfrev-muted: #7C6A60;
  --cfrev-border: #E7DACB;
  --cfrev-success: #5C7A4A;
  --cfrev-danger: #B5523E;
  --cfrev-shadow: 0 4px 18px rgba(74,44,42,.08);
  --cfrev-shadow-lg: 0 14px 40px rgba(74,44,42,.16);
  --cfrev-radius: 14px;
  --cfrev-radius-sm: 8px;
  --cfrev-font-head: 'Cormorant Garamond', Georgia, serif;
  --cfrev-font-body: 'Nunito Sans', system-ui, -apple-system, sans-serif;
  --cfrev-maxw: 1180px;
  --cfrev-gradient: linear-gradient(135deg, #4A2C2A 0%, #7A4A38 100%);
}

/* Reset base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--cfrev-font-body);
  font-size: 16px;
  line-height: 1.74;
  color: var(--cfrev-text);
  background: var(--cfrev-bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cfrev-secondary); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--cfrev-primary); }

h1, h2, h3, h4 {
  font-family: var(--cfrev-font-head);
  font-weight: 400;
  line-height: 1.18;
  color: var(--cfrev-primary);
  margin: 1.5em 0 .5em;
}
h1 { font-size: clamp(32px, 4.6vw, 50px); margin-top: 0; letter-spacing: .2px; }
h2 { font-size: clamp(25px, 3.2vw, 34px); }
h3 { font-size: clamp(19px, 2.3vw, 24px); }
h4 { font-size: 18px; }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.4em; margin: 0 0 1.25em; }
li { margin-bottom: .45em; }
strong { font-weight: 700; }
blockquote { margin: 1.6em 0; }
hr { border: 0; border-top: 1px solid var(--cfrev-border); margin: 2.4em 0; }
