
/* TECHJOBS360 – DESIGN TOKENS (SAFE FOUNDATION) */
:root {
  --tj-brand-primary: #2563eb;
  --tj-brand-dark: #0f172a;
  --tj-brand-muted: #64748b;
  --tj-bg-soft: #f8fafc;
  --tj-border-soft: #e5e7eb;

  --tj-font-base: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  --tj-text-base: 16px;
  --tj-text-lg: 18px;
  --tj-text-xl: 24px;
}

body {
  font-family: var(--tj-font-base);
  font-size: var(--tj-text-base);
  line-height: 1.6;
  color: var(--tj-brand-dark);
}
