@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

.edit-notes {
    font-family: 'Roboto Slab', serif;
}

.markdown ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.markdown ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.markdown ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 10px; 
}
.markdown ol ol, .markdown ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 10px; 
}

.markdown img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}
