﻿.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: #003567;
    /* Accent color for primary button when hovered */
    --cc-color-accent-dark: #003567;
    /*!* Color for secondary button *!*/
    /*--cc-color-secondary: theme(colors.gray.200);*/
    /*!* Color for secondary button when hovered *!*/
    /*--cc-color-secondary-dark: theme(colors.gray.300);*/
    /* 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: #003567;
    /* Background color for active category switch */
    --cc-color-switch-active: #003567;
    /* (Transparent) Color for background when any modal is opened */
    /*--cc-color-modal-background: theme(colors.gray.800 / 75%);*/
}
