@font-face {
    font-family: 'Lora';
    font-weight: 400;
    src: url(../css/fonts/Lora/Lora-Regular.ttf);
}

@font-face {
    font-family: 'Lora';
    font-weight: 700;
    src: url(../css/fonts/Lora/Lora-Bold.ttf);
}
@font-face {
    font-family: 'Lora';
    font-weight: 500;
    src: url(../css/fonts/Lora/Lora-Medium.ttf);
}
.detail__content {
    color: black;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    text-align: justify;
}
.detail__content * {
    color: #000000;
    font-family: 'Lora', sans-serif;
    font-size: 20px;
    line-height: 30px;
}
.detail__content .detail-wrap, .detail__content .detail-wrap {
    padding-top: 0;
    border-top: none;
}
.detail__content p {
    margin-top: 0;
    margin-bottom: 16px;
}
.detail__content .image-wrap.full-image {
    text-align: justify;
}
.detail__content .content-image, .detail__content .image-wrap {
    position: relative;
}
.image-wrap {
    clear: both;
    display: block;
    margin-bottom: 15px;
}
.detail-content figure {
    margin-bottom: 16px;
}
.detail__content img {
    max-width: 100%;
    height: auto;
}
.detail__content .content-image img, .detail__content .image-wrap img {
    display: block;
    margin: auto;
}
.detail__content .image-caption {
    text-align: center;
    font-size: 95%!important;
    font-style: italic;
}
.detail__content .image-caption:empty {
    display: none;
}
.detail__content b, .detail__content strong {
    font-weight: bold;
}
.detail__content .content-image .image-caption, .detail__content .content-image .fig, .detail__content .image-wrap .image-caption, .detail__content .image-wrap .fig {
    width: 90%;
    max-width: 640px;
    margin: 8px auto 0px;
    text-align: center;
    font-style: italic;
    color: #757575;
}
@media (min-width: 992px){
    .detail__content {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        color: initial;
        font-size: initial;
        line-height: 1.4;
    }
    .detail__content .image-wrap.full-image {
        margin-left: calc(-1 * (99vw - 640px) / 2);
        margin-right: calc(-1 * (99vw - 640px) / 2);

    }
}

