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

.deco-font {
    font-family: "DecoStyle", serif;
}

/* */
.default {
    color: #3C3C4F;
}

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

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

/* Style - Yellow */
.yellow {
    color: #f7b900 !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: #c5c5c5 !important;
}

/* Style - Black */
.black {
    color: #3C3C4F !important;
}

/* Style - Black */
.pale {
    color: #af905f !important;
}

/* Custom Font */
.font-fancy {
    font-family: "DecoStyle", sans-serif;
}

/* 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: 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;
}
.size_11 {
    font-size: 64px;
}
.size_12 {
    font-size: 74px;
}
