@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;
}
#dns-manager-title {
    font-family: TradeGothicLTPro-BdCn20, sans-serif;
}
#proceed-to-dsr-request, #trigger-opt-in-request {
    color: #fff !important;
    background-color: rgb(36, 39, 42) !important;
}
#proceed-to-dsr-request:hover, #trigger-opt-in-request:hover {
    border-color: rgb(36, 39, 42) !important;
}