@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Manrope:wght@400;600;700&display=swap");

:root {
  --color-bg: #eef4f6;
  --color-bg-white: #f8fbfc;
  --color-text: #15252c;
  --color-text-muted: #4d626c;
  --color-primary: #0b3d4a;
  --color-accent: #1a8a9a;
  --color-accent-soft: #7ec8d1;
  --color-border: #cddce1;
  --color-header-bg: #072f38;
  --font-display: "Libre Baskerville", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --radius: 10px;
  --shadow: 0 10px 28px rgba(7, 47, 56, 0.08);
}
