/*
Theme Name:   Art for Democracy
Theme URI:    https://aviv-digital.com/
Description:  Art for Democracy theme
Author:       Aviv Digital
Author URI:   https://aviv-digital.com/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  a4d
Tags:         flexible-header, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   Custom styles go below. Anything above the closing comment
   of the theme header is just metadata for WordPress.
   ========================================================= */
/* =========================================================
   ART FOR DEMOCRACY — Design System CSS (Legacy Stub)
   
   NOTE: This snippet has been superseded by a4d-premium.css
   which is loaded via hello-elementor/functions.php
   
   This file now only provides the Google Fonts import.
   All design CSS is in: hello-elementor/a4d-premium.css
   ========================================================= */

/* Import only Assistant + Heebo + Poppins (removed Playfair Display, DM Sans) */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&family=Heebo:wght@300;400;500;700;900&family=Poppins:wght@300;400;500;600;700&display=swap');

/* Minimal base - everything else handled by a4d-premium.css */
:root {
  --color-bg: #FAFAF8;
  --color-charcoal: #1A1A1A;
  --color-gold: #B8955A;
  --color-blue: #2B4C7E;
}