@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;1,600&family=Outfit:wght@400&display=swap');
@import url('../../../shared/base.css');
:root {
  --ink: #13262f;
  --paper: #f7f3ec;
  --accent: #c9a24a;
  --muted: #667079;
  --line: #e2d9cc;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
  --radius: 0px;
  --card-radius: 0px;
  --input-radius: 0px;
  --hero-h: 86vh;
  --panel: color-mix(in srgb, var(--paper) 88%, white);
  --footer-bg: var(--ink);
  --footer-fg: var(--paper);
}
