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

.default {
    color: #3C3C4F;
}

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

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

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

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

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

/* Style - Theme */
.pink {
    color: #e22066 !important;
}

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

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

/* Fonts */
.font-fancy {
    font-family: "Parisienne", 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_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;
}
.size_11 {
    font-size: 64px;
}
.size_12 {
    font-size: 74px;
}
