.font-xs {
    font-size: 16px;
}

.font-sm {
    font-size: 18px;
}

.font-md {
    font-size: 22px;
    font-weight: 400;
}

.font-lg {
    font-size: 24px;
    font-weight: 400;
}

.font-red {
    font-size: 24px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: red;
}

.number {
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
