@font-face {
    font-family: "Gotham";
    src: url('https://cdn.clarip.com/aeo1/cookieconsent/assets/fonts/Gotham/Gotham/Gotham-Light.otf');
}
@font-face {
    font-family: "TradeGothicLTPro-BdCn20";
    src: url('https://cdn.clarip.com/aeo1/cookieconsent/assets/fonts/TradeGothic/TradeGothic/TradeGothicLTStd-BdCn20.otf');
}
body {
    font-family: Gotham, sans-serif;
}
#cookie-manager-title, .accordion-toggle {
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
}
#header-logo {
    display: none;
}
#cookie-manager-details input[type=checkbox]:checked~.switch {
    background:rgb(36, 39, 42);
    color:#fff;
}
#cookie-manager-footer #save-cookie-options {
    background-color:rgb(36, 39, 42);
    color:#fff;
    border-radius: 0;
}