:root
{
    --primary-color: #FF5C35;
    --secondary: #161616;
    --third-color: #062846;
}

.bg-third-color
{
    background: var(--third-color);
}

.text-primary
{
    color: var(--primary-color) !important;
}

.btn-primary,
.bg-primary{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
    color: white;
}

.btn-primary:hover
{
    background: #241C15 !important;
    border: var(--secondary);
}

.bg-primary:hover
{
    color: white !important;
}

.btn-outline-secondary
{
    background-color: none;
    border-color: var(--secondary);
    color: var(--secondary);
}

.btn-outline-secondary:hover
{
    background: var(--secondary);
    color: white;
}

.btn-outline-primary
{
    border-color: #FF5C35 !important;
    color: #FF5C35 !important;
}

.btn-outline-primary:hover
{
    background-color: white !important;
    border-color: #000 !important;
    color: #000 !important;
}

.bg-blue
{
    background: rgb(9, 9, 117);
}

.accordion-button
{
    background: none !important;
    color: #101010 !important;
    font-weight: 600;
}

.accordion-button:focus
{
    border: none !important;
}

.btn
{
    border-radius: 0px;
}


.bg-brand-light
{
    background-color: #FEF4EA;
}

.bg-brand-dark
{
    background-color: #241C15;
}

.tox-tinymce
{
    border: none !important;
    /* color: #f5f5f5; */
}

.bg-brand-superlight
{
    background-color: #B7ECEC;
}

.bg-white
{
    background-color: white !important;
}


.editor-body h2
{
    font-weight: 600 !important;
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0.5em 0;
    color: #000;
}

.editor-body h3
{
    font-weight: 600 !important;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0.5em 0;
    color: #000;
}

.editor-body ol li
{
    margin-bottom: 0.7em;
}

.editor-body img
{
    width: 100% !important;
    height: 100% !important;
}


.editor-body p
{
    font-size: 0.8em !important;
    font-weight: 400 !important;
    margin: 1.6rem 0;
    line-height: 1.8;
    /* opacity: 0.75; */
}

.editor-body ul li
{
    font-size: 0.85em;
    line-height: 2;
}

.editor-body a
{
    color: #FF5C35;
}


.fs-7
{
    font-size: 0.75em;
}
