@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;1,500&family=Outfit:wght@400&display=swap');
@import url('../../../shared/base.css');
:root {
  --ink: #2a2118;
  --paper: #f7f1e8;
  --accent: #b0894d;
  --muted: #6e6256;
  --line: #e6dccb;
  --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);
}
