/* ============================================================
 * Custom CSS for WebV4 Font Consistency
 * ============================================================
 * 
 * This file contains site-specific customizations for font styling.
 * The entire site now uses the VT323 retro console font for consistency.
 * 
 * Current Font Implementation:
 * 1. Primary Font: VT323 (Google Fonts) used site-wide
 * 2. Site Title (navbar-brand): VT323, uppercase, 26px (var(--font-size-2xl))
 * 3. Navigation Items: VT323, bold, 20px (var(--font-size-nav))
 * 4. Headings: VT323, semibold, using size scale (h1: 32px, h2: 26px, etc.)
 * 5. Body Text: VT323, regular weight, 19px
 * 6. Sidebar Widget Titles: VT323, semibold, 19px
 * 7. Sidebar Widget Content: VT323, 17px
 * 
 * Font Variables:
 * - --font-family-base: 'VT323', monospace (used for all text)
 * - --font-family-mono: 'VT323', 'Courier New', monospace
 * - --font-family-sans: 'VT323', system fonts fallback
 * - --font-family-retro: 'VT323', 'Courier New', monospace
 * 
 * The VT323 font is loaded via Google Fonts in the HTML head for optimal performance.
 * ============================================================ */

/* Additional custom styles can be added below */