@font-face {
  font-family: 'VintageVessel';
  src: url('../assets/fonts/VintageVessel-Regular_v2.ttf') format('truetype'),
       url('../assets/fonts/VintageVessel-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body, #root { height: 100%; }
body { font-family: 'Lora', Georgia, serif; background: #FAF6EF; color: #7D5A3C; -webkit-font-smoothing: antialiased; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F2E8D9; }
::-webkit-scrollbar-thumb { background: #D4C9B5; border-radius: 3px; }
