@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CRoboto:400:700);

:root {
  --font-base: Roboto, Arial, sans-serif;
  --color-link: #aa2d29;
  --color-text: #222222;
  --color-error: #de0d0d;
  --font-button: Roboto, arial, sans-serif;
  --border-color: #ececec;
  --color-accent: #f3ead9;
  --color-button: #e9e5d8;
  --color-footer: #ffffff;
  --font-heading: Roboto, arial, sans-serif;
  --color-heading: #222222;
  --color-primary: #aa2d29;
  --color-success: #3a822d;
  --color-negative: #de0d0d;
  --color-new-item: #aa2d29;
  --color-positive: #3a822d;
  --background-quiz: #ffffff;
  --color-meta-item: #808080;
  --color-secondary: #e9e5d8;
  --background-login: #fcfcfc;
  --color-item-hover: #222222;
  --color-link-hover: #aa2d29;
  --color-validation: #de0d0d;
  --font-weight-bold: 700;
  --background-button: #aa2d29;
  --background-footer: #aa2d29;
  --background-header: #e9e5d8;
  --burger-icon-color: #aa2d29;
  --background-section: #faf8f6;
  --color-button-hover: #e9e5d8;
  --color-quiz-details: #aa2d29;
  --color-success-dark: rgb(46.4, 104, 36);
  --color-updated-item: #e9e5d8;
  --font-weight-button: 700;
  --font-weight-normal: 400;
  --progress-bar-color: #aa2d29;
  --font-weight-heading: 700;
  --color-active-element: #f3ead9;
  --color-secondary-item: #aa2d29;
  --link-text-decoration: none;
  --background-course-nav: #ffffff;
  --color-my-courses-item: #222222;
  --color-primary-tint-20: rgb(187, 87, 83.8);
  --background-video-thumb: #ececec;
  --color-course-nav-title: #222222;
  --color-primary-shade-20: rgb(136, 36, 32.8);
  --color-video-thumb-icon: #222222;
  --main-bg-to-transparent: #ffffff 25%, rgba(255, 255, 255, 0);
  --background-button-hover: rgb(128.9099526066, 34.1232227488, 31.0900473934);
  --background-infographics: #faf8f6;
  --background-main-content: #ffffff;
  --background-progress-bar: #ececec;
  --certificate-title-color: #aa2d29;
  --background-quiz-question: #faf8f6;
  --background-active-element: #aa2d29;
  --background-video-controls: #222222;
  --background-video-timeline: #ececec;
  --color-menu-secondary-item: #aa2d29;
  --background-my-courses-item: #ffffff;
  --background-quiz-action-bar: #ffffff;
  --color-quiz-question-number: #ffffff;
  --color-secondary-item-light: rgb(243.3800947867, 207.9535545024, 206.8199052133);
  --link-text-decoration-hover: underline;
  --transition-duration--large: 250ms;
  --background-button--disabled: #ececec;
  --color-my-courses-item-title: #222222;
  --color-validation-background: rgb(249.9985532521, 236.9924467479, 236.9924467479);
  --my-courses-hero-text-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
  --color-other-interactive-items: #aa2d29;
  --background-infographics-circle: #ececec;
  --background-quiz-question-number: #aa2d29;
  --color-course-nav-secondary-item: #aa2d29;
  --course-nav-link-text-decoration: none;
  --background-infographics-progress: #e9e5d8;
  --background-video-slides-container: #65C6DE;
  --background-video-timeline-progress: #65C6DE;
  --course-nav-link-text-decoration-hover: underline;
  --background-team-infographics-transparent: rgba(250, 248, 246, 0.5);
  --my-courses-infographics-counter-text-shadow: 0 0 20px rgba(128, 128, 128, 0.5);
}
