@font-face {
    font-family: sianFont;
    src: url('/fonts/Ethereal Havena.woff');
}

body {
    background-image: url("/images/star-rays-background.png?1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sian-font {
    font-family: sianFont;
    color: #d6be53;
}

.sian-font__large {
    font-size: 40pt;
}

.sian-font__medium {
    font-size: 28pt;
}

.sian-font__small {
    font-size: 16pt;
}

.menu-button {
    position: fixed;
    left: 12px;
    top: 12px;
}

.menu-button_icon {
    font-size: 1.2rem;
    padding-top: 3px;
}

.address-panel {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
}

.panel {
    color: #d6be53;
    background-color: rgba(182, 206, 248, 0.25);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255, 0.175);
}

.panel a {
    color: #e2eafd;
}


.title {
    font-size: 1.3rem;
}

#map {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

:root {
    --bs-body-bg: #0c1b45;
}

.btn-primary {
    border: 1px solid rgba(255,255,255, 0.175); !important;
    background-color: #27225A; !important;
}