@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,600;0,600&family=Outfit:wght@400&display=swap');
@import url('../../../shared/base.css');
:root {
  --ink: #241c14;
  --paper: #f4eee4;
  --accent: #9c3b24;
  --muted: #6b5c4c;
  --line: #e0d4c4;
  --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);
}
