:root {
  --primary: #0A6FB6;  /* travel blue */
  --accent:  #EAF4FC;  /* light sky */
  --text:    #222;
  --link:    #0A6FB6;
}
body { background: var(--accent); color: var(--text); }
a, .link, .blue { color: var(--link) !important; }
.post-content img { border-radius: 6px; }

