@import url('https://fonts.googleapis.com/css2?family=Alata&family=Noto+Serif+KR:wght@500;600&display=swap');

.brand{display:inline-flex;align-items:baseline;color:#f8f8f2;font-family:"Alata","Noto Serif KR",sans-serif;font-size:21px;font-weight:400;line-height:1;letter-spacing:.24em;text-shadow:0 1px 12px rgba(0,0,0,.65);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.booking-kicker,.arrival-kicker,footer span:first-child,footer span:last-child{font-family:"Alata","Noto Serif KR",sans-serif;font-weight:400}
.guide-link{cursor:pointer;transition:padding .35s ease,color .35s ease}
.guide-link span:last-child::after{content:" ↗";display:inline-block;opacity:0;transform:translate(-5px,3px);transition:opacity .35s ease,transform .35s ease}
.guide-link:hover,.guide-link:focus-visible{color:#fff;padding-left:10px;padding-right:10px;outline:none}
.guide-link:hover span:last-child::after,.guide-link:focus-visible span:last-child::after{opacity:1;transform:none}
@media(max-width:760px){.brand{font-size:19px;letter-spacing:.2em}}
