 article {

     h1,
     h2,
     h3,
     h4,
     h5,
     h6 {
         margin-top: 32px !important;
         margin-bottom: 16px !important;
         font-weight: 600 !important;
         font-family: 'Newsreader', sans-serif !important;
     }

     ul {
         list-style-type: disc !important;
         list-style-position: inside !important;
         margin-top: 0px !important;
         margin-bottom: 1rem !important;
         margin-left: 1rem !important;
         font-size: 20px !important;
         font-weight: 400 !important;
         line-height: 28px !important;
         font-family: 'Noto Sans', sans-serif !important;

         ::marker {
             color: #197fe6 !important;
             margin-right: 0px !important;
         }
     }

     p:not(.nonono),
     a,
     em {
         margin-top: 0px !important;
         margin-bottom: 1rem;
         font-size: 20px !important;
         font-weight: 400 !important;
         line-height: 28px !important;
         font-family: 'Noto Sans', sans-serif !important;
     }

     h1 {
         font-size: 56px !important;
         font-weight: 900 !important;
     }

     h2 {
         font-size: 2rem !important;
         font-weight: 700 !important;
     }

     h3 {
         font-size: 1.5rem;
     }

     h4 {
         font-size: 1.25rem;
     }

     h5 {
         font-size: 1rem;
     }

     h6 {
         font-size: 0.875rem;
     }

     p {
         font-size: 1rem;
     }

     hr {
         margin: 10px 0;
         border: 1px #197fe6 dashed;
         opacity: 0.75;
     }

     a {
         color: #197fe6 !important;
         text-decoration: none;
         font-weight: 600 !important;
     }

     a:hover {
         text-decoration: underline;
     }

     a:active {
         text-decoration: underline;
     }

     a:focus {
         text-decoration: underline;
     }

     a:visited {
         text-decoration: underline;
     }

     a:link {
         text-decoration: underline;
     }

     ol {
         list-style-type: decimal;
     }

     em {
         color: #197fe6 !important;
         font-style: italic !important;
         font-weight: 600 !important;
     }
 }