:root { font-family: 'Comfortaa',Arial,sans-serif; }

._article { margin-top: 2rem; margin-bottom: 2rem; }
._article * { margin-bottom: 1rem; margin-top: 0px; }
._article li { margin-bottom: 1rem; margin-left: 2.5rem; }
._article li > p { padding: 0px; margin: 0px; }
._article ol, ._article ul { margin-top: 0.5rem; margin-bottom: 0.5rem !important; padding: 0px !important; }
._article ul > li { list-style-type: disc; }
._article ul ul > li { list-style-type: circle; }
._article ol > li { list-style-type: decimal; }
._article h3 { font-size: 1.55rem; }
._article h2 { font-size: 1.75rem; padding-top: 20px; }
._article h1 { font-size: 1.75rem; }
._article table { width: 100%; }
._article th, td { border: 1px solid #000; padding: 8px; text-align: left; }

._breadcrumbs { display: flex; margin: 1rem auto; }
._breadcrumbs > div::before { content: '  / '; white-space: pre; color: #999; }
