@font-face {
    font-family: GothamLightRegular;
    src: url("/fonts/Gotham-Light-Regular.otf") format("opentype");
}

@font-face {
    font-family: GothamBold;
    font-weight: bold;
    src: url("/fonts/Gotham-Bold.otf") format("opentype");
}

body {
    font-family: GothamLightRegular, "Open Sans", sans-serif;
    color: #fff;
    background-image: url(/img/background.png);
    background-size: cover;
}

.hotel-experience-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hotel-experience {
    max-width: 600px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.highlighted-green {
    color: green;
    font-weight: bold;
}

.fieldset-border {
    border-top: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
