/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/

/*
 light purple rgb(224,222,249)
brand purple rgb(151,115,255)
Peach: #ff9573
 */

/*****************************************/

/* capitech colors 

Primary dark purple: #4c209e
Hover: #8a41d9
lightgray/purple: #F5F5FF
Peach: #FEDED7
Black: #333333

*/
/* global changes */
itasquiz{font-family:Inter, Arial, Sans-serif!important;}
itasquiz b{font-weight:600!important;}


itasquiz button.start{background-color:#4c209e!important;}
itasquiz button.start:hover{background-color:#8a41d9!important;}

itasquiz .quiz-progress .quiz-progress-bar{background:#FEDED7;)!important;}

itasquiz ol.answers li label{background-color:#F5F5FF!important;}
.itasquiz ol.answers li label::before, itasquiz ol.answers li label::before{
background-color:#4c209e!important;}

/* typography */
itasquiz H1 {font-weight:400!important;}
@media only screen and (max-width:767.5px) {
  itasquiz H1 p{font-weight:400!Important;font-size:2.25rem!important;line-height:2.43rem!important;}
}
@media only screen and (min-width:767.5px) {
  itasquiz H1 p{font-weight:400!Important;font-size:3.25rem!important;line-height:3.43rem!important;}
}
itasquiz H1 b{font-weight:400!important;}