/*
Theme Name: Good News Pilipinas
Theme URI: https://www.goodnewspilipinas.com
Author: Joe Belango
Author URI: https://www.goodnewspilipinas.com
Description: A clean, modern news and blog theme for Good News Pilipinas. Built from scratch.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goodnews
Tags: news, blog, two-columns, right-sidebar, custom-menu, featured-images
*/

/* ==========================================================================
   Main stylesheet loaded by WordPress. Component styles live in
   assets/css/main.css (enqueued via functions.php). This file only needs
   the theme header above to be a valid theme, but a few base resets help.
   ========================================================================== */

:root {
    /* Brand */
    --gn-primary: #0b6e4f;   /* green accent */
    --gn-primary-ink: #085a40;
    --gn-accent: #f9a825;    /* gold, used rarely */

    /* Ink */
    --gn-dark: #111418;      /* primary text */
    --gn-ink-2: #39414a;     /* secondary text */
    --gn-muted: #666e78;     /* meta text — passes WCAG AA on white */
    --gn-muted-2: #7d8691;   /* decorative / large text only */

    /* Surfaces & lines */
    --gn-bg: #ffffff;
    --gn-bg-alt: #f6f7f8;
    --gn-bg-dark: #111418;
    --gn-border: #e4e7ea;
    --gn-border-2: #d0d5da;

    /* Signal */
    --gn-live: #c3352b;      /* breaking / fresh */

    /* Type */
    --gn-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;

    /* Layout */
    --gn-max-width: 1140px;
    --gn-wide: 1240px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--gn-dark);
    background: var(--gn-bg);
    line-height: 1.6;
}
