/*
Theme Name: UMAI Herbal Foundation
Theme URI: https://umaiherbal.org
Author: Dominic Tanui
Author URI: https://www.linkedin.com/in/dominic-tanui-software-developer/
Description: WordPress theme conversion for UMAI Herbal Foundation .
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: umai-foundation
*/

/* Core CSS properties extracted from globals.css */
:root {
  --background: #ffffff;
  --foreground: #171717;
  --color-primary: #ff6e1e;
  --color-secondary: #2a6902;
  --color-orange: #ff6e1e;
  --color-deep-green: #2a6902;
  
  --font-montserrat: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-open-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-lato: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-roboto: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-poppins: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-helvetica: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-helvetica);
}
