@charset "utf-8";
/* CSS Document */

.default {
    color: #43525b;
}

/* Style - Error - Red */
.red {
    color: #ce4257 !important;
}

/* Style - Warning - Orange */
.purple {
    color: #7209b7 !important;
}

/* Style - Success - Green */
.green {
    color: #44AC8E !important;
}

/* Style - Info - Blue */
.blue {
    color: #4597d0 !important;
}

/* Style - White */
.white {
    color: #ffffff !important;
}

/* Style - Grey */
.grey {
    color: #9ba6ad !important;
}

/* Style - Weight */
.weight_01 {
    font-weight: 400;
}
.weight_02 {
    font-weight: 500;
}
.weight_03 {
    font-weight: 600;
}
.weight_04 {
    font-weight: 700;
}
.weight_05 {
    font-weight: 900;
}

/* Style - Size */
.size_00 {
    font-size: 12px;
}
.size_0 {
    font-size: 14px;
}
.size_01 {
    font-size: 16px;
}
.size_02 {
    font-size: 18px;
}
.size_03 {
    font-size: 22px;
}
.size_04 {
    font-size: 26px;
}
.size_05 {
    font-size: 30px;
}
.size_06 {
    font-size: 34px;
}
.size_07 {
    font-size: 38px;
}
.size_08 {
    font-size: 42px;
}
.size_09 {
    font-size: 46px;
}
.size_10 {
    font-size: 50px;
}
