/*
Theme Name: PhilippineForestry
Theme URI: https://philippineforestry.online
Author: Philippine Forestry Team
Author URI: https://philippineforestry.online
Description: Modern forestry magazine, journal, and gallery with geovisualization
Version: 1.0.0
License: GPL v2 or later
Text Domain: philippineforestry
*/

:root {
    --charcoal: #4A4A4A;
    --pastel-green-light: #E8F5E9;
    --pastel-green-medium: #B8D8BE;
    --pastel-green-dark: #8FC99F;
    --accent: #6B8E23;
    --white: #FFFFFF;
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--charcoal);
    background-color: var(--pastel-green-light);
    line-height: 1.6;
}