@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600&family=Sora:wght@400&display=swap');
@import url('../../../shared/base.css');
:root {
  --ink: #0b2b32;
  --paper: #eef6f4;
  --accent: #1f7a6b;
  --muted: #4d6a70;
  --line: #cfe0dc;
  --font-display: 'Syne', Georgia, serif;
  --font-body: 'Sora', system-ui, sans-serif;
  --radius: 24px;
  --card-radius: 24px;
  --input-radius: 24px;
  --hero-h: 86vh;
  --panel: color-mix(in srgb, var(--paper) 88%, white);
  --footer-bg: var(--ink);
  --footer-fg: var(--paper);
}
