@font-face {
    font-family: FielmannSans-Regular;
    src: url("../font/fonts/FielmannSans-Regular.B8qjhRsb.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: FielmannSans-Medium;
    src: url("../font/fonts/FielmannSans-Medium.B7Apl15e.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.btn-grey-xl {
    display: inline-block;
    border-radius: 2px;
    font-family: FielmannSans-Medium;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin: 0;
    text-transform: uppercase;
    border: 0;
    border-bottom: 0 !important;
    outline: 0;
    line-height: 14px;
    white-space: normal;
    min-width: 228px;
    cursor: pointer;
    text-align: center;
    padding: 17px 24px 17px 24px;
    background: #efefee;
    color: #1a1a1a;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: #000;
}

.alert-light {
    color:#000;
}

.btn-primary{
    color: #fff;
    background: #1a1a1a;
    border: #1a1a1a;
}

.btn-primary:hover {
    color: #1a1a1a;
    background: #fff;
    border: #1a1a1a;
}

.modal-backdrop {z-index: 1050 !important;}

