/*
 * MURPHY'S TECH SERVICES — SIGNATURE BLUE THEME
 * Change these shared settings to update every page.
 * Logo blue sampled from the supplied original: #0057b5.
 * No external fonts, framework or build step required.
 */
:root {
  --primary: #0057b5;
  --primary-hover: #00428c;
  --ink: #242d37;
  --muted: #526171;
  --paper: #ffffff;
  --soft: #f3f7fc;
  --accent: #8bccff;
  --line: #dbe4ee;
  --radius: 16px;
  --font-body: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --shadow: 0 12px 32px rgba(23, 46, 76, .07);
  --shadow-hover: 0 18px 42px rgba(23, 46, 76, .12);
}

