@font-face {
	font-family: "marianne";
	src: url(../fonts/Marianne-Regular.otf) format("opentype");
	font-weight: 400;
	font-style: normal
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .5em;
}
.text-primary {
    color: #d1b781 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .normal {
    font-family: marianne;
}

.btn-light {
        color: #485059;
        background-color: #fff;
        border-color: #fff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #D1B781;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}