.bold-like-font {
    font-family: "ads-kodama", sans-serif;
    font-weight: 400;
    font-weight: normal;
    text-shadow:
        0.5px 0 0 currentColor,
        -0.5px 0 0 currentColor,
        0 0.5px 0 currentColor,
        0 -0.5px 0 currentColor;
}

.ads-kodama {
    font-family: "ads-kodama", sans-serif;
    font-weight: 400;
    font-weight: normal;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
