/* Shared design tokens and a11y helpers for LienPulse marketing pages
   (landing + county pages). App pages (index, deal-analyzer, top-deals)
   have their own token sets and do not load this file. */
:root {
    --color-bg: #f8f9fc;
    --color-dark: #1a1e2e;
    --color-dark-2: #252a3d;
    --color-accent: #4a7cff;
    --color-accent-dark: #3562d4;
    --color-accent-light: #eef2ff;
    --color-text: #2c3e50;
    --color-text-muted: #566370;
    --color-green: #27ae60;
    --color-yellow: #f1c40f;
    --color-orange: #e67e22;
    --color-red: #e74c3c;
    --color-border: #e2e4ea;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: 9999; padding: 12px 24px; background: var(--color-accent); color: #fff; font-weight: 600; font-size: 14px; text-decoration: none; border-radius: 0 0 6px 0; }
.skip-link:focus { left: 0; top: 0; width: auto; height: auto; }
