@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,800&display=swap');

html {
    font-family: 'Muli', sans-serif ;
    background-color: white;
    font-weight: normal;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Muli', sans-serif!important;
    font-size: 14px!important;
    font-weight: normal;
}

h1 {
    /*color: #2e3192;*/
    font-family: 'Muli', sans-serif;
    font-weight: normal;
}

h2 {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
}

h3 {
    /*color: #2e3192;*/
    font-family: 'Muli', sans-serif;
    font-weight: normal;
}

p {
    font-family: 'Muli', sans-serif !important;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

.unchecked, .checked {
     list-style-type: none;
 }

.unchecked:before {
    content: '☐';
    margin-right:5px;
}

.checked:before {
    /*content: '✅';*/
    /*font-size: small;*/
    /*margin-left:1px;*/
    /*margin-right:8px;*/
    /*content: '☑'*/
    content: '✓';
    margin-right:6px;
}
