:root {
    --color-white: #fff;
    --color-black: #000;
    --theme-promo-bonus: #a374d5;
    --theme-promo-free-spins: #ff8a5c;
    --theme-promo-freetickets: #093863;
    --theme-promo-freebet: #2db343;
    --theme-promo-goldenchips: #daa719;
    --theme-promo-new: #ff3b30;
    --theme-promo: #1284e0;
    --theme-buildabet: #eb7e13;
    --theme-streaming: #e6a31b;
    --theme-promo-odds-boost: #cc003a;
    --theme-promo-backup-bet: #0064b5;
    --theme-promo-acca-boost: #a141e6;
    --theme-promo-number: #07213a;
    --theme-promo-sports: turquoise;
    --theme-promo-poker: #093863;
    --theme-promo-recommended: #000;
    --theme-sports-live: #d9342b;
    --theme-sports-live-v2: #d45050;
    --theme-esports-streaming: #9a22d2;
    --theme-info-bg: #304455;
    --theme-success-bg: #394f36;
    --theme-warning-bg: #594f2d;
    --theme-danger-bg: #5b3a2d;
    --theme-info: #71b5ec;
    --theme-success: #8ed786;
    --theme-error: #ff9466;
    --theme-warning: #fad766;
    --theme-danger: #ff9466;
    --theme-body: #333;
    --theme-body-400: #e5e5e5;
    --theme-body-300: #d5d5d5;
    --theme-body-200: #0f0f0f;
    --theme-body-100: #acacac;
    --theme-body-90: #474747;
    --theme-body-80: #5c5c5c;
    --theme-body-70: #707070;
    --theme-body-60: #858585;
    --theme-body-50: #999;
    --theme-body-40: #adadad;
    --theme-body-30: #c1c1c1;
    --theme-body-20: #d6d6d6;
    --theme-body-10: #eaeaea;
    --theme-brand-01: #000;
    --theme-brand-02: #191919;
    --theme-brand-03: #333;
    --theme-accent-01: #fc0;
    --theme-accent-02: #fff;
    --theme-text-highlight: #fc0;
    --theme-cta-01: #fc0;
    --theme-cta-02: #adadad;
    --theme-cta-ghost-light: #000;
    --theme-cta-ghost-dark: #fff;
    --theme-chat: #1284e0;
    --theme-gray-tint: #f5f5f5;
    --theme-body-txt: #fff;
    --theme-body-bgd: #141414;
    --theme-body-bg: #141414;
    --theme-overlay: #333;
    --theme-body-shade-60: #141414;
    --theme-body-shade-40: #1f1f1f;
    --theme-body-shade-30: #242424;
    --theme-body-shade-20: #292929;
    --theme-body-shade-10: #2e2e2e;
    --scrollbar-width: 12px;
    --site-spacer: 1rem;
    --site-spacer-m: .75rem;
    --site-spacer-s: .5rem;
    --site-spacer-xs: .25rem;
    --site-spacer-tiny: .125rem;
    --site-spacer-l: 1.25rem;
    --site-spacer-xl: 1.5rem;
    --site-spacer-2xl: 1.75rem;
    --site-spacer-3xl: 2rem;
    --site-spacer-4xl: 2.25rem;
    --site-spacer-5xl: 2.5rem;
    --site-spacer-6xl: 3rem;
    --site-spacer-7xl: 3.5rem;
    --site-spacer-8xl: 4rem;
    --site-spacer-9xl: 4.5rem;
    --site-spacer-10xl: 5rem;
    --theme-h1-font-size: 2rem;
    --theme-h2-font-size: 1.75rem;
    --theme-h3-font-size: 1.5rem;
    --theme-h4-font-size: 1.25rem;
    --theme-h5-font-size: 1rem;
    --theme-h6-font-size: .875rem;
    --theme-txt-6xl-font-size: 3rem;
    --theme-txt-5xl-font-size: 2.5rem;
    --theme-txt-4xl-font-size: 2.25rem;
    --theme-txt-3xl-font-size: 2rem;
    --theme-txt-2xl-font-size: 1.5rem;
    --theme-txt-xl-font-size: 1.25rem;
    --theme-txt-lg-font-size: 1rem;
    --theme-txt-md-font-size: .875rem;
    --theme-txt-sm-font-size: .75rem;
    --theme-txt-xs-font-size: .625rem;
    --theme-txt-2xs-font-size: .5rem;
    --theme-font-normal: 400;
    --theme-font-medium: 500;
    --theme-font-bold: 700;
    --theme-font-family-base: Roboto, Verdana, Arial, Helvetica, sans-serif;
    --theme-font-family-secondary: Roboto Condensed, Verdana, Arial, Helvetica, sans-serif;
    --theme-font-family-tertiary: Druk Wide LCG Web, Roboto, Verdana, Arial, Helvetica, sans-serif;
}

#onetrust-pc-sdk{
    font-family: var( --theme-font-family-base);
  }