@font-face {
    font-family: "LidlFontCondPro-Regular";
    src: url("https://cdn.surprize.lidl.ro/cdn/font/v3/LidlFontCondPro/LidlFontCondPro-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "LidlFontCondPro-Semibold";
    src: url("https://cdn.surprize.lidl.ro/cdn/font/v3/LidlFontCondPro/LidlFontCondPro-Semibold.woff2") format("woff2");
    font-display: swap;
}

#videoConsentModal .modal-content {
    font-family: "LidlFontCondPro-Regular", sans-serif;
    border-radius: 1.25rem;
}

#videoConsentModal .modal-title,
#videoConsentModal .modal-footer {
    font-family: "LidlFontCondPro-Semibold", sans-serif;
}

#videoConsentModal .btn-white-custom {
    background-color: white;
    color: #1E2124;
}

#videoConsentModal .btn-white-custom:hover,
#videoConsentModal .btn-white-custom:active {
    background-color: #C2DFFF;
}

#videoConsentModal .modal-footer button {
    width: 100%;
}

.btn-modal-youtube {
    background-color: white;
    color: #1E2124;
}

.btn-modal-youtube:hover {
    background-color: #C2DFFF;
}