/* my-custom-variant */

#R-topics {
    padding-left: 1rem;
}

:root {
    --PRIMARY-color: #146eb4;
    /* brand primary color */
    --SECONDARY-color: #146eb4;
    /* brand secondary color */
    --MAIN-TOPBAR-BORDER-color: rgba( 210, 210, 210, 1);
    /* border color between topbar and content */
    --MAIN-LINK-color: #146eb4;
    /* link color of content */
    --MAIN-LINK-HOVER-color: #232f3e;
    /* hoverd link color of content */
    --MAIN-BG-color: rgba( 255, 255, 255, 1);
    /* background color of content */
    --MAIN-TEXT-color: #000000;
    /* text color of content and h1 titles */
    --MAIN-TITLES-TEXT-color: #232f3e;
    /* text color of h2-h6 titles and transparent box titles */
    --MAIN-font: "Amazon Ember";
    /* text font of content and h1 titles */
    --CODE-theme: relearn-light; /* name of the chroma stylesheet file */
    --CODE-BLOCK-color: rgba( 0, 0, 0, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
    --CODE-BLOCK-BG-color: rgba( 250, 250, 250, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
    --CODE-BLOCK-BORDER-color: rgba( 210, 210, 210, 1 ); /* border color of block code */
    --CODE-INLINE-color: rgba( 0, 0, 0, 1 ); /* text color of inline code */
    --CODE-INLINE-BG-color: rgba(210, 210, 210, 0.3); /* background color of inline code */
    --CODE-INLINE-BORDER-color: rgba(210, 210, 210, 0.434); /* border color of inline code */
    /* border color of inline code */
    --BROWSER-theme: light;
    /* name of the theme for browser scrollbars of the main section */
    --MERMAID-theme: default;
    /* name of the default Mermaid theme for this variant, can be overridden in config.toml */
    --OPENAPI-theme: light;
    /* name of the default OpenAPI theme for this variant, can be overridden in config.toml */
    --OPENAPI-CODE-theme: idea;
    /* name of the default OpenAPI code theme for this variant, can be overridden in config.toml */
    --MENU-BORDER-color: rgba( 210, 210, 210, 1);
    /* border color between menu and content */
    --MENU-TOPBAR-BORDER-color: ( 255, 153, 0);
    /* border color of vertical line between menu and topbar */
    --MENU-TOPBAR-SEPARATOR-color: rgba( 210, 210, 210, 1);
    /* separator color of vertical line between menu and topbar */
    --MENU-HEADER-BG-color: 000000;
    /* background color of menu header */
    --MENU-HEADER-BORDER-color: 000000;
    /* border color between menu header and menu */
    --MENU-HEADER-SEPARATOR-color: rgba( 210, 210, 210, .66);
    /* separator color between menu header and menu */
    --MENU-HOME-LINK-color: rgba( 64, 64, 64, 1);
    /* home button color if configured */
    --MENU-HOME-LINK-HOVER-color: #146eb4;
    /* hoverd home button color if configured */
    --MENU-SEARCH-color: #146eb4;
    /* text and icon color of search box */
    --MENU-SEARCH-BG-color: ( 255, 153, 0);
    /* background color of search box */
    --MENU-SEARCH-BORDER-color: rgba( 210, 210, 210, .66);
    /* border color of search box */
    --MENU-SECTIONS-BG-color: 000000;
    /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
    --MENU-SECTIONS-ACTIVE-BG-color: ( 255, 153, 0);
    /* background color of the active menu section */
    --MENU-SECTIONS-LINK-color: #232f3e;
    /* link color of menu topics */
    --MENU-SECTIONS-LINK-HOVER-color: #146eb4;
    /* hoverd link color of menu topics */
    --MENU-SECTION-ACTIVE-CATEGORY-color: #232f3e;
    /* text color of the displayed menu topic */
    --MENU-SECTION-ACTIVE-CATEGORY-BORDER-color: #232f3e;
    /* border color between the displayed menu topic and the content */
    --MENU-SECTION-SEPARATOR-color: rgba( 210, 210, 210, .66);
    /* separator color between menu sections and menu footer */
    --BOX-CAPTION-color: rgba( 255, 255, 255, 1);
    /* text color of colored box titles */
    --BOX-BG-color: rgba( 255, 255, 255, .833);
    /* background color of colored boxes */
    --BOX-TEXT-color: #232f3e;
    /* text color of colored box content */
    --BOX-BLUE-color: rgba( 255, 153, 0, 1);
    /* background color of blue boxes */
    --BOX-GREEN-color: #146eb4;
    /* background color of green boxes */
    --BOX-GREY-color: #f2f2f2;
    /* background color of grey boxes */
    --BOX-RED-color: ( 35, 47, 62);
    /* background color of red boxes */

}