/*Cookie Consent Popup CSS Overrides*/
.cc-isolation-container * {
    /* Font used */
    /*--cc-font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    /* Accent color for primary button */
    --cc-color-accent: rgb(255, 119, 0);
    /* Accent color for primary button when hovered */
    --cc-color-accent-dark: rgb(240, 104, 0);
    /* Color for secondary button */
    --cc-color-secondary: lightgray;
    /* Color for secondary button when hovered */
    --cc-color-secondary-dark: darkgray;
    /* Color for links ("Display policy" links within preferences dialogue) */
    --cc-color-link: theme(colors.slate.400);
    /* Color for link when hovered */
    --cc-color-link-highlight: theme(colors.blue.500);
    /* Default color for text */
    --cc-color-text: theme(colors.slate.700);
    /* Background color for active category switch */
    --cc-color-switch-active: rgb(255, 119, 0);
    /* (Transparent) Color for background when any modal is opened */
    --cc-color-modal-background: theme(colors.gray.800 / 75%);
}
