/**
 * PDFQuick Brand Colors
 * Primary: Red (#EF4444)
 */

:root {
  --color-primary: #EF4444;
  --color-primary-dark: #DC2626;
  --color-primary-light: #F87171;
  --color-primary-bg: #FEE2E2;
  --color-primary-alpha-10: rgba(239, 68, 68, 0.1);
}
