/* style-color.css — trustmark9.store color tokens
   Values extracted from this site's own css/style.css (logo #003E91,
   body text #252525, footer bg #1A1A1A, section bg #F4F9FF, border #E8EFF5).
   Consumed by style-base.css and article.css via var(--clr-*). */

:root {
  --clr-accent: #003E91;
  --clr-accent-faint: #E8F1FD;
  --clr-text: #252525;
  --clr-text-muted: #5A7A95;
  --clr-text-inv: #FFFDFD;
  --clr-text-inv-muted: #A0AEC0;
  --clr-bg: #FFFDFD;
  --clr-bg-alt: #F4F9FF;
  --clr-bg-dark: #1A1A1A;
  --clr-border: #E8EFF5;
  --clr-shadow: 0 2px 10px rgba(0,62,145,.05);
  --clr-shadow-md: 0 6px 20px rgba(0,62,145,.12);
  --font-heading: 'Noto Sans TC', sans-serif;
  --font-editorial: 'Noto Sans TC', sans-serif;
  --container: 1100px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-8: 48px;
  --space-10: 64px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-full: 999px;
}
