/* Import Japanese_2020.ttf */
@font-face {
    font-family: 'Japanese';
    src: url('../font/aAsianHiro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Import Japanese_2020.otf */
@font-face {
    font-family: 'Japanese';
    src: url('../font/aAsianHiro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FF9505;
    color:black;
}

.text-japanese  {
    font-family: Japanese;
}