@font-face {
    font-family: "Gilda Display";
    src: url("../fonts/gilda-display.ttf");
}

@font-face {
    font-family: "Ysabeau Infant";
    src: url("../fonts/ysabeau-infant.ttf");
}

* {
    box-sizing: border-box;
    font-family: "Ysabeau Infant", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: var(--nav-width);
}

body {
    background-color: #fbfbfd;
    color: #1b1b1b;
}

.bg-golden {
    background-color: #fcf8f4;
}

.text-golden {
    color: #c28565 !important;
    letter-spacing: 2px;
}

.title {
    font-family: "Gilda Display", sans-serif;
    color: #0e0e0e;
}

#menu {
    background-color: rgba(25, 25, 25, 0.98) !important;
    transition: top 275ms ease-in-out;
}

.bannerHero {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

#location {
    background-color: #fbfbfd;
    background-image: url("../images/location.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 100%;
}

@media (max-width: 1279px) {
    #location {
        background: none;
        width: 100%;
    }
}

/* @media (max-width: 920px) {
    .bannerHero {
        background-position: right !important;
    }
} */
