body {
    font-family: 'Open Sans';
}


.text-center {
    text-align: center!important;
}

.text-right {
    text-align: right!important;
}


.underline {
    text-decoration: underline;
}

.hover-underline:hover {
    text-decoration: underline;
}

.font-1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: medium;
    color: var(--epac_10);
}

.font-2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: medium;
    color: var(--epac_10);
}

.font-3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: medium;
    color: var(--epac_5);
}

/* font-size */
.font-12 {
    font-size: 12px!important;
}
.font-13 {
    font-size: 13px!important;
}
.font-14 {
    font-size: 14px!important;
}
.font-15 {
    font-size: 15px!important;
}
.font-16 {
    font-size: 16px!important;
}
.font-17 {
    font-size: 17px!important;
}
.font-18 {
    font-size: 18px!important;
}

/* font-weight */
.font-bold {
    font-weight: bold;
}

/* font-color */
.font-white {
    color: var(--white);
}

.font-tips{
    font-size: 13px!important;
    color: var(--main_brown2);
    font-weight: 500;
}
