html,
body {
    font-family: "Open Sans", sans-serif;
}

.text-main {
    color: #2a815f;
}

.border-color-main {
    border-color: #94d0a8 !important;
}

.subtitle {
    font-size: 14px;
}

.font-sm {
    font-size: 14px !important;
}

.font-xs {
    font-size: 12px !important;
}

.font-family--passion-one {
    font-family: "Passion One", cursive;
}

.fw-semi-bold {
    font-weight: 600;
}

.button-outline {
    background-color: #fff;
    border: 1.5px solid #2059c3;
    color: #2059c3;
}

.button-outline:hover,
.button-outline:active,
.button-outline:focus {
    background-color: #2059c3;
    border: 1.5px solid transparent;
    color: #fff;
}

.button {
    background-color: #2059c3;
    border: 1.5px solid transparent;
    color: #fff;
}

.button:hover {
    box-shadow: 0px 0px 4px 0px #13a76d;
}

