@font-face {
    font-family: 'Heming';
    src: url('Heming-Variable.ttf') format('truetype');
}
@font-face {
    font-family: "h1-font";
    src: url('Humane-SemiBold.ttf') format('truetype');
}

body {
    font-family: 'Heming';
    padding: 0 20%;
}

.phonetic {
    font-size: .5em;
    color: #666;
    font-style: normal;
    vertical-align: super;
}

.vl {
    border-left: 6px solid green;
    height: 500px;
}
  