html { scroll-behavior: auto; }
body { margin: 0; background: #F3EBD6; color: #1A1714; font-family: 'Newsreader', Georgia, serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: #1A1714; text-decoration: underline; text-decoration-color: #F2B01E; text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: #1A1714; text-decoration-thickness: 3px; }
::selection { background: #F2B01E; color: #1A1714; }

@keyframes caretblink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
@keyframes ticketprint { 0% { height: 0; opacity: 1; } 60% { height: 72px; opacity: 1; } 85% { height: 72px; opacity: 1; } 100% { height: 72px; opacity: 0; } }
@keyframes vaporrise { 0% { transform: translateY(0) scale(1); opacity: 0; } 20% { opacity: .5; } 100% { transform: translateY(-46px) scale(1.7); opacity: 0; } }
@keyframes seadrift { 0% { transform: translate(0, 0) rotate(0deg); } 50% { transform: translate(14px, -22px) rotate(8deg); } 100% { transform: translate(0, 0) rotate(0deg); } }
