/* Google Font Import - Note: Consider using <link> tag in HTML instead of @import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
  /* User's custom theme - generated at build time */
  /* This prevents flash of default theme/font on first load */
  /* Generated from: public/UserData/*.json */
  /* Generated at: 2026-01-17T17:03:49.457Z */
  
  /* Theme Colors */
  --color-primary: #C97B63;
  --color-primary-rgb: 201, 123, 99;
  
  --color-secondary: #4A3529;
  --color-secondary-rgb: 74, 53, 41;
  
  --color-accent: #E8C5B5;
  --color-accent-rgb: 232, 197, 181;
  
  --color-neutral: #F5EFE7;
  --color-neutral-rgb: 245, 239, 231;
  
  --color-surface: #ffffff;
  --color-surface-rgb: 255, 255, 255;
  
  /* Font Family - Always included (not conditional) */
  --font-family: 'Playfair Display', Georgia, serif;
}