@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&family=IBM+Plex+Serif:wght@500;700&display=swap");

:root {
  --color-bg: #eef2f6;
  --color-bg-white: #f7f9fc;
  --color-text: #15202b;
  --color-text-muted: #4a5a6a;
  --color-primary: #1e3a5f;
  --color-accent: #2b6cb0;
  --color-accent-soft: #7eb3e0;
  --color-border: #d0dbe6;
  --color-header-bg: #12263d;
  --font-display: "IBM Plex Serif", Georgia, serif;
  --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;
  --radius: 8px;
  --shadow: 0 10px 28px rgba(18, 38, 61, 0.08);
}
