/* Blue-Pro primitives — GENERATED by sync-theme-packs.mjs — do not edit */
/* SSOT: shared/site-kit/themes/blue-pro/theme.config.json */
:root {
  --site-primitive-background: #0d0f18;
  --site-primitive-surface: #13162b;
  --site-primitive-primary: #5b8dee;
  --site-primitive-secondary: #7aa4f4;
  --site-primitive-attention: #f59e0b;

  --primitive-background: var(--site-primitive-background);
  --primitive-surface: var(--site-primitive-surface);
  --primitive-primary: var(--site-primitive-primary);
  --primitive-secondary: var(--site-primitive-secondary);
  --primitive-attention: var(--site-primitive-attention);

  --site-ink: #f4f6fb;
  --site-paper: #ffffff;

  --site-font-display: 'DM Serif Display', Georgia, serif;
  --site-font-sans: 'DM Sans', system-ui, sans-serif;
  --site-font-mono: 'DM Mono', monospace;

  --font-display: var(--site-font-display);
  --font-sans: var(--site-font-sans);
  --font-mono: var(--site-font-mono);

  --site-link: #c5d9ff;
  --site-link-hover: #e8f0ff;
  --site-link-visited: #a8bdd9;
  --site-link-active: #e8f0ff;
}
