
body {
    background: linear-gradient(180deg, white 0%, white 50px, #F0EFF6 50px, #F0EFF6 100%);
}

.text-small {
    font-size: 14px !important;
}

.text-normal {
    line-height: 34px;
}

.text-large {
    font-size: 24px !important;
}

.text-xlarge {
    font-size: 28px !important;
    /* margin: 2rem; */
}

.text-title {
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: #46425C;
}


/* カレンダーフォームのスタイリング */

.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}