@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;1,600&family=Outfit:wght@400;500&display=swap');
@import url('../../../shared/base.css');
:root {
  --ink: #10243a;
  --paper: #eef4f8;
  --accent: #3a7ca5;
  --muted: #5b6e7e;
  --line: #d5e1ea;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
  --radius: 2px;
  --card-radius: 2px;
  --input-radius: 2px;
  --hero-h: 92vh;
  --panel: color-mix(in srgb, var(--paper) 88%, white);
  --footer-bg: var(--ink);
  --footer-fg: var(--paper);
}
