@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  /* === CORES — original Wno Mas === */
  --wine:         #722F37;
  --wine-hover:   #5a252c;
  --wine-light:   #8B4513;
  --wine-pale:    rgba(114,47,55,0.08);
  --wine-border:  rgba(114,47,55,0.20);
  --gold:         #C9A227;
  --gold-dim:     #a07e1a;
  --gold-pale:    rgba(201,162,39,0.15);
  --cream:        #FAF8F5;
  --cream-dark:   #F0EDE8;
  --surface:      #FFFFFF;
  --card:         #FAFAFA;
  --card-hover:   #F5F3F0;
  --charcoal:     #1A1A1A;
  --gray:         #6B6B6B;
  --gray-light:   #E5E5E5;
  --gray-lighter: #F5F5F5;
  --text:         #1A1A1A;
  --text-soft:    #4A4A4A;
  --text-muted:   #6B6B6B;
  --border:       #E5E5E5;
  --border-wine:  rgba(114,47,55,0.25);
  --green:        #6B8E23;

  /* === TIPOGRAFIA === */
  --font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* === LAYOUT === */
  --nav-h:  72px;
  --max-w:  1200px;

  /* === BORDAS === */
  --r:    8px;
  --r-lg: 16px;
  --r-xl: 24px;

  /* === TRANSIÇÃO === */
  --t: 0.2s ease;
}
