/*
Theme Name: Sirongo Farms Theme
Theme URI: https://sirongo.com/theme
Description: A modern WordPress Child/Starter Theme for Sirongo Farms Theme with native Elementor templates, clean containers, custom menus, and full responsive agribusiness pages.
Author: Sirongo Farms Ltd
Author URI: https://sirongo.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sirongo-farms-theme
Tags: responsive-layout, custom-menu, e-commerce, grid-layout, elementor-ready, agribusiness, kenya

This theme features high-contrast green, amber, and teal brand colors, utilizing the elegant Fraunces serif display typography and DM Sans text.
*/

/* Custom variables enqueued from Style Guide */
:root {
  --sirongo-primary: #1E4D2A;     /* Forest Green */
  --sirongo-secondary: #5C3217; /* Soil Brown */
  --sirongo-accent: #C89A2A;       /* Amber Gold */
  --sirongo-teal: #0F8A7A;
  --sirongo-cream: #F7F3EC;
  --sirongo-white: #FFFFFF;
  --sirongo-text: #1A2B1E;
  --sirongo-muted: #5A7060;
  --sirongo-border: #D6E5D8;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--sirongo-text);
  background-color: var(--sirongo-cream);
}

h1, h2, h3, h4, .entry-title {
  font-family: 'Fraunces', serif;
  color: var(--sirongo-primary);
}
