/*
Theme Name: RKS Botanicals Plant Blog
Theme URI: https://rksbotanicals.com
Author: RKS Botanicals Team
Author URI: https://rksbotanicals.com
Description: Earthy WordPress plant blog theme designed specifically for plant nurseries selling plants with laser-engraved QR codes linked directly to WordPress blog posts.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: rks-botanicals
*/

:root {
  --brand-forest: #2C3E2E;
  --brand-sage: #8A9A86;
  --brand-moss: #4A5D4E;
  --brand-chestnut: #633B23;
  --brand-terracotta: #C86D51;
  --brand-cream: #FAF8F5;
  --brand-sand: #F4F1EA;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background-color: var(--brand-cream);
  color: #1B281D;
  margin: 0;
  padding: 0;
}

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

.rks-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}