* {
    font-family: "Gantari", sans-serif;
    border-radius: 0.25rem;
    box-sizing: border-box;
}

/**:not(.blocTXT *) {
    list-style-type: none;
}*/

a {
    cursor: pointer;
    text-decoration: none;
}

H1, H2, H3, H4 {
    font-weight: 600;
}

H2 {
    font-size: 2.25rem;
}

H3 {
    font-size: 1.875rem;
}

H4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
    font-weight: 400;
}

p {
    line-height: 1.375rem;
}

body {
    margin: 0 0.5rem;
}

article {
    padding: 0.5rem 10%;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

ol, ul, li {
    text-align: left;
    margin-bottom: 0.5rem;
}