/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/*** Legacy Sidebar ***/
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);

/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

:root {
  --dt-color-primary: #860038;
  --dt-color-primary-contrast: #FFFFFF;
  --dt-color-primary-dark-text: #860038;
  --dt-color-secondary: #FDB913;
  --dt-color-secondary-contrast: #000000;
  --dt-color-secondary-dark-text: #000000;
  --dt-color-accent: #393D47;
  --dt-color-accent-contrast: #C4B454;
  --dt-color-accent-dark-text: #000000;
  --dt-color-gray: #F8F8F8;
  --dt-color-gray-contrast: #000000;
  --dt-color-gray-dark-text: #000000;
  --dt-color-white: #FFFFFF;
  --dt-color-white-contrast: #000000;
  --dt-color-white-dark-text: #000000;
};
#content, #tinymce.mce-content-body, .dp-tools-wrapper #previewPanel, .dp-tools-wrapper #appPreviewPanel, .dp-tools-wrapper .color-palette.misc-swatches, .dp-tools-wrapper .dp-color-picker:not(.dp-color-picker-default), .dp-tools-wrapper .link-checker-tool-form .link-preview, #content .dp-wrapper, #tinymce.mce-content-body .dp-wrapper, body #dpPopoutPreview, body #hoverPreview, body #quickStylePreview, body #dpWizardPreview, .dp-wrapper.dp-preview-wrapper, .dp-course-tool-preview-body .dp-wrapper {
/*******************************/
/* PRIMARY COLORS */
/*******************************/
/* Primary color - used for main actions, links, and primary buttons */
--bs-primary: #C4B454;
--bs-primary-contrast: #000000;
--bs-primary-rgb: 196, 180, 84;
/* Primary color variations */
--bs-primary-text: #000000;
--bs-primary-bg-hover: #B0A84C;
--bs-primary-border: #B0A84C;

/*******************************/
/* SECONDARY COLORS */
/*******************************/
/* Secondary color - used for secondary actions and elements */
--bs-secondary: #000000;
--bs-secondary-contrast: #FFFFFF;
--bs-secondary-rgb: 250, 250, 250;
/* Secondary color variations */
--bs-secondary-text: #000000;
--bs-secondary-bg-hover: #303030;
--bs-secondary-border: #000000;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************//* CSS entered here will live reflect on this page       */
/* Start by pasting your Canvas Main CSS stylesheet here */
