/* typography */

h1, h2, h3, h4, h5, h6 {
    color: var(--black-and-white-black-brown);
    font-family: e-Ukraine Head;
    font-weight: 500;
}

h1, h2 {
    font-size: 60px;
    line-height: 1.4;
}

@media only screen and (max-width: 1000px) {
    h1, h2 {
        font-size: 40px;
    }
}

strong, 
b {
    font-weight: 500;
    color: var(--black-and-white-black-brown);
}

a {
    color: var(--black-and-white-black-brown);
}

.content li {
    list-style-type: none;
    position: relative;
    text-align: justify;
    padding: 8px 0;
}

.content li::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/custom-bullet.a4c927253729.svg") no-repeat top left;
    position: absolute;
    top: 9px;
    top: 8px;
    left: -40px;
}

.noto-font {
    font-family: 'NotoEmoji';
    font-size: 2em;
}
