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

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

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

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

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

/* Style - White */
.white {
    color: #ffffff !important;
}
/* Style - Grey */
.grey {
    color: #071624 !important;
}
.grey-light {
    color: #7a858f !important;
}

/* Style - Font Sizes */
.font_01 {
    font-size: 32px;
}
.font_02 {
    font-size: 28px;
}
.font_03 {
    font-size: 24px;
}
.font_04 {
    font-size: 20px;
}
.font_05 {
    font-size: 18px;
}

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

/* Style - Special Fonts */
.special_01 {
    font-size: 62px;

    position: relative;
    top: 25px;

    margin-bottom: 30px;
}
.special_02 {
    font-size: 34px;

    position: relative;
    top: 2px;

    margin-bottom: 10px;
}
