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

.default {
    color: #353535;
}

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

/* Style - Warning - Orange */
.orange {
    color: #ffa736 !important;
}

/* Style - Yellow */
.yellow {
    color: #FFD43B !important;
}

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

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

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

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

/* Style - Pink */
.pink {
    color: #c9718d !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_0 {
    font-size: 10px;
}
.size_01 {
    font-size: 12px;
}
.size_02 {
    font-size: 14px;
}
.size_03 {
    font-size: 16px;
}
.size_04 {
    font-size: 18px;
}
.size_05 {
    font-size: 20px;
}
.size_06 {
    font-size: 22px;
}
.size_07 {
    font-size: 28px;
}
.size_08 {
    font-size: 32px;
}
.size_09 {
    font-size: 36px;
}
.size_10 {
    font-size: 42px;
}
