/* Invoice Template Variables */ :root { /* Colors - Base Theme */ --color-primary: #3b82f6; --color-primary-light: #bfdbfe; --color-primary-dark: #1d4ed8; --color-background: #ffffff; --color-background-alt: #f1f5f9; --color-text: #0f172a; --color-text-light: #475569; --color-border: #e2e8f0; --color-success: #10b981; --color-warning: #f59e0b; --color-error: #ef4444; /* Spacing */ --spacing-xs: 0.5rem; --spacing-sm: 0.75rem; --spacing-md: 1rem; --spacing-lg: 1.5rem; --spacing-xl: 2rem; --spacing-2xl: 3rem; /* Typography */ --font-size-xs: 0.75rem; --font-size-sm: 0.875rem; --font-size-base: 1rem; --font-size-lg: 1.125rem; --font-size-xl: 1.25rem; --font-size-2xl: 1.5rem; --font-size-3xl: 1.875rem; /* Border Radius */ --radius-sm: 0.25rem; --radius-md: 0.375rem; --radius-lg: 0.5rem; --radius-xl: 0.75rem; --radius-full: 9999px; /* Shadows */ --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05); --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1); /* Transitions */ --transition-fast: 150ms; --transition-normal: 300ms; --transition-slow: 500ms; }