@import url("base.css");
@import url('https://fonts.googleapis.com/css2?family=Georgia&display=swap');
/* Template 1: "Regular" - warm cream & walnut brown, the default look */
:root {
  --bg: #faf6f0;
  --text: #2c2418;
  --header-bg: #ffffff;
  --card-bg: #ffffff;
  --border: #e6dcce;
  --accent: #7a4b2e;
  --accent-hover: #55331e;
  --accent-soft: #f0e4d8;
  --footer-bg: #2b2018;
  --footer-text: #f1e9df;
  --font-heading: Georgia, 'Times New Roman', serif;
  --font-body: 'Segoe UI', Tahoma, sans-serif;
  --hero-bg: linear-gradient(135deg, #7a4b2e, #a9713f);
  --hero-text: #fff;
}
