Unfortunately, we are unable to accept any bookings at the moment.
:root {
--wb-black: #1f1f1f;
--wb-border: #e5e5e5;
--wb-white: #ffffff;
}
body,
#app-body {
background: #fff !important;
color: var(--wb-black) !important;
font-family: "Noto Serif KR", serif !important;
}
button,
.btn-primary {
background: #FF7800 !important;
border: 1px solid #FF7800 !important;
color: #fff !important;
border-radius: 0 !important;
}
input,
select {
border: 1px solid #e5e5e5 !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.card,
.panel {
background: #fff !important;
border: 1px solid #e5e5e5 !important;
box-shadow: none !important;
}