/*!------------------------------------------------------------------
[CUSTOM STYLESHEET]
PROJECT: Kaoto
VERSION: 1.0
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

.content h1, .content h2, .content h3, .content h4 {
    margin-top: 0.8em;
}

.content h1 {
    font-size: 3em;
}

.content h2 {
    font-size: 2.2em;
}

.content h3 {
    font-size: 2em;
}

.content h4 {
    font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    /*font-family: playfair display, serif;*/
    font-family: 'Lora', serif;
    line-height: 1.2;
}

h1,
.h1 {
    /*font-size: 60px;*/
    font-size: 50px;
}

@media (max-width: 991px) {

    h1,
    .h1 {
        /*font-size: 65px;*/
        font-size: 55px;
    }
}

h2,
.h2 {
    /*font-size: 60px;*/
    font-size: 32px;
}

@media (max-width: 991px) {
    h2,
    .h2 {
        /*font-size: 50px;*/
        font-size: 32px;
    }
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 14px;
}

.content strong {
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    color: #000;
    display: inline;
    line-height: inherit;
}

.content ul {
    list-style-type: disc;
}

.content p > img {
    max-width: 100%;
}

body {
    font-family: 'Lora', serif;
}

p {
    font-family: 'Lora', serif;
    font-size: 1.2em;
}

pre {
    border-radius: 15px;
    color: #212529;
    display: block;
    font-size: 87.5%;
    padding: 2em;
}

td pre {
    padding: 5px 0;
}

.content pre, .content tr, .content table, .content td, .content tbody {
    margin-top: 20px;
}

.content pre code span {
    line-height: 1.4rem;
    margin-bottom: 0;
}

.highlight, .highlight div {
    border-radius: 15px;
}

.content ol {
    counter-reset: li;
    font-size: 14px;
    line-height: 18px;
    list-style-type: none;
    padding-left: 10px;
}

.content ol li {
    padding: 5px 0 5px 30px;
    position: relative;
}

.content ol li:before {
    background-color: #383a3d;
    border: 1px solid #383a3d;
    border-radius: 50%;
    color: white;
    content: counter(li);
    counter-increment: li;
    height: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 20px;
}



