/*
Theme Name: Global South News Theme
Theme URI: https://globalsouth.news
Description: Global South News Premium Child Theme built upon Twenty Twenty-Four. Designed for autonomous news with a bold, international journalistic aesthetic.
Author: Antigravity AI
Template: twentytwentyfour
Version: 1.0.0
Text Domain: globalsouth
*/

:root {
   --gs-primary-red: #D32F2F;
   --gs-deep-blue: #0A192F;
   --gs-bg-light: #FAFAFA;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Customized sleek article cards */
.wp-block-post {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
}

.wp-block-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}

.wp-block-post-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
