/**
 * LineagePress Template System - CSS Custom Properties
 * These variables are dynamically set by the template system
 */

:root {
    /* Typography */
    --lp-font-family: 'Georgia', serif;
    --lp-font-size: 14px;
    --lp-line-height: 1.5;
    
    /* Colors */
    --lp-text-color: #333333;
    --lp-heading-color: #2c3e50;
    --lp-link-color: #0073aa;
    --lp-link-hover-color: #005177;
    --lp-border-color: #e5e5e5;
    --lp-background-color: #ffffff;
    --lp-accent-color: #004466;
    
    /* Spacing */
    --lp-spacing-xs: 5px;
    --lp-spacing-sm: 10px;
    --lp-spacing-md: 15px;
    --lp-spacing-lg: 20px;
    --lp-spacing-xl: 30px;
}