/*
Theme Name: Anons Theme
Theme URI: https://example.com/anonstheme
Author: Antigravity
Author URI: https://example.com
Description: Modern, responsive and innovative news theme for WordPress.
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: anonstheme
Tags: bold-grid, news, magazine, modern, responsive
*/

:root {
    /* Color Palette */
    --color-primary: #E63946; /* Energetic Red */
    --color-secondary: #1D3557; /* Deep Navy */
    --color-background: #F1FAEE; /* Off-White */
    --color-text: #1d1d1d;
    --color-light-gray: #e0e0e0;
    --color-white: #ffffff;
    --color-black: #000000;
    
    /* Dark Mode Colors */
    --color-dark-bg: #0f172a;
    --color-dark-text: #f8fafc;
    --color-dark-card: #1e293b;

    /* Typography */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    /* Spacing */
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 2rem;
    --spacing-xl: 4rem;
    
    /* Border Radius */
    --radius-md: 8px;
    --radius-lg: 16px;
}
