/*
Theme Name: AAIVF Theme
Theme URI: https://aaivf.org
Author: AAIVF
Author URI: https://aaivf.org
Description: Official theme for the Asian Americans Impacting Virginia Foundation website.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: aaivf-theme
*/

/* ============================================================
   CSS DESIGN TOKENS
   ============================================================ */
:root {
  --color-bg-cream:      #eae6da;
  --color-primary-blue:  #1e3a60;
  --color-accent-red:    #a62d2d;
  --color-bg-white:      #ffffff;
  --color-text-dark:     #111827;
  --color-text-muted:    #4b5563;
  --color-border:        rgba(30, 58, 96, 0.12);

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  --line-height-base: 1.25;
  --line-height-body: 1.7;

  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  2rem;
  --space-lg:  4rem;
  --space-xl:  6rem;
  --space-2xl: 10rem;

  --container-max: 1200px;
  --border-radius: 4px;

  --transition-fast: 200ms ease;
  --transition-med:  400ms ease;
}
