﻿@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap');

.articleContentHtml5{
    font-family: "Frank Ruhl Libre";
    font-weight: 500;
}

    .articleContentHtml5 .contentHead,
    .articleContent .contentHead{
        font-family: "Frank Ruhl Libre";
        font-weight: 700;
    }

    .articleContentHtml5 .contentDeck {
        font-family: "Frank Ruhl Libre";
        font-weight: 300;
    }

    .articleContentHtml5 .contentByline {
        font-family: "Frank Ruhl Libre";
        font-weight: 500;
    }

    .articleContentHtml5 .contentBody {
        font-family: "Frank Ruhl Libre";
        font-weight: 400;
    }

    .articleContentHtml5 em,
    .articleContentHtml5 italic {
        font-family: "Frank Ruhl Libre" !important;
        font-style:italic;
    }

    .articleContentHtml5 bold,
    .articleContentHtml5 strong,
    .articleContentHtml5 h1,
    .articleContentHtml5 h2,
    .articleContentHtml5 h3,
    .articleContentHtml5 h4,
    .articleContentHtml5 h5,
    .articleContentHtml5 h6 {
        font-family: "Frank Ruhl Libre" !important;
        font-weight: bold;
    }


    .articleContentHtml5 h5 {
        font-size: 1.1em !important;
    }


    .articleContentHtml5 .imageControls *,
    .articleContentHtml5 .contentCaption {
        font-family: "IBM Plex Sans KR";
        font-weight: 400;
    }