:root {
  /* Theme Colors */
  --color-primary: #be123c; /* rose-700 */
  --color-primary-accent: #f43f5e; /* rose-500 */
  --color-secondary-accent: #d97706; /* amber-600 */

  /* Background & Surface Colors */
  --color-bg-main: #f8f7f6; /* A mix of rose-50, stone-50, amber-50 */
  --color-bg-card: #ffffff;
  
  /* Text Colors */
  --color-text-header: #881337; /* rose-800 */
  --color-text-body: #44403c; /* stone-700 */
  --color-text-muted: #78716c; /* stone-500 */

  /* Border & UI Colors */
  --color-border: #e7e5e4; /* stone-200 */
  --color-border-focus: #fda4af; /* rose-300 */
}

body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}
