/* my-custom-variant */
:root {
  --PRIMARY-color: rgba( 237, 135, 5, 1 ); /* brand primary color */
  --SECONDARY-color: rgba( 237, 135, 5, 1 ); /* brand secondary color */
  --MAIN-LINK-color: rgba( 18, 120, 224, 1 ); /* link color of content */
  --MAIN-LINK-HOVER-color: rgba( 36, 217, 186, 1 ); /* hoverd link color of content */
  --MAIN-BG-color: rgba( 255, 255, 255, 1 ); /* background color of content */
  --TAG-BG-color: rgba( 237, 135, 5, 1 ); /* tag color */
  --MAIN-TEXT-color: rgba( 50, 50, 50, 1 ); /* text color of content and h1 titles */
  --MAIN-TITLES-TEXT-color: rgba( 94, 94, 94, 1 ); /* text color of h2-h6 titles and transparent box titles */
  --MAIN-TITLES-H1-color: rgba( 34, 34, 34, 1 ); /* text color of h1 titles */
  --CODE-BLOCK-color: rgba( 226, 228, 229, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BG-color: rgba( 40, 42, 54, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
  --CODE-BLOCK-BORDER-color: rgba( 40, 42, 54, 1 ); /* border color of block code */
  --CODE-INLINE-color: rgba( 94, 94, 94, 1 ); /* text color of inline code */
  --CODE-INLINE-BG-color: rgba( 255, 250, 233, 1 ); /* background color of inline code */
  --CODE-INLINE-BORDER-color: rgba( 248, 232, 200, 1 ); /* border color of inline code */
  --MENU-HEADER-BG-color: rgb( 255, 214, 20 ); /* background color of menu header */
  --MENU-HEADER-BORDER-color: rgba( 237, 135, 5, 1 ); /* border color between menu header and menu */
  --MENU-HOME-LINK-color: rgba( 46, 59, 46, 1 ); /* home button color if configured */
  --MENU-HOME-LINK-HOVER-color: rgba( 0, 0, 0, 1 ); /* hoverd home button color if configured */
  --MENU-SEARCH-color: rgba( 255, 255, 255, 1 ); /* text and icon color of search box */
  --MENU-SEARCH-BORDER-color: rgba( 237, 135, 5, .5 ); /* border color of search box */
  --MENU-SECTIONS-BG-color: rgba( 34, 39, 35, 1 ); /* 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: rgba( 27, 33, 28, 1 ); /* background color of the active menu section */
  --MENU-SECTIONS-LINK-color: rgba( 204, 204, 204, 1 ); /* link color of menu topics */
  --MENU-SECTIONS-LINK-HOVER-color: rgba( 230, 230, 230, 1 ); /* hoverd link color of menu topics */
  --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 119, 119, 119, 1 ); /* text color of the displayed menu topic */
  --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 255, 255, 255, 1 ); /* background color of the displayed menu topic */
  --MENU-SECTION-SEPARATOR-color: rgba( 24, 33, 28, 1 ); /* separator color between menu sections and menu footer */
  --MENU-VISITED-color: rgba( 18, 120, 224, .7 ); /* icon color of visited menu topics if configured */
  --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: rgba( 16, 16, 16, 1 ); /* text color of colored box content */
}
